#C2C314

Color #C2C314 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C2C314

Tints of La Rioja #C2C314

Color information

#C2C314 (or 0xC2C314) is unknown color: approx La Rioja. HEX triplet: C2, C3 and 14. RGB value is (194,195,20). Sum of RGB (Red+Green+Blue) = 194+195+20=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C314 is #3D3CEB. Grayscale: #AFAFAF. Windows color (decimal): -4013292 or 1360834. OLE color: 1360834.

HSL color Cylindrical-coordinate representation of color #C2C314: hue angle of 60.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2C314 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB19419520-
CMYK0.0100.900.24
HSL60.34º81.4%42.16%-
HSV(B)60.34º89.74%76.47%-
XYZ41.8950.558.21-
YUV174.7540.67141.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 195 (76.56% from 255) = 47.68%
BLUE value IS 20 (8.20% from 255) = 4.89%
R=47.43%
G=47.68%
B=4.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194195200.0100.900.2460.3481.442.16
HexC2C314105A183c512a
Octal3023032410132307412152
Binary110000101100001110100101011010110001111001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C314; }

 p { color: rgb(194,195,20); }

 H1.HeaderClassName
 {
   color: #C2C314;
 }
 .AnyTagClassName
 {
   color: #C2C314;
 }
</style>
background-color css

<style>
 a { background-color: #C2C314; }

 a { background-color: rgb(194,195,20); }

 div.DivClassName
 {
   background-color: #C2C314;
 }
 .BgClassName
 {
   background-color: #C2C314;
 }
</style>
border-color css

<style>
 span { border-color: #C2C314; }

 span { border-color: rgb(194,195,20); }

 td.TdClassName
 {
   border-color: #C2C314;
 }
 .TagClassName
 {
   border-color: #C2C314;
 }
</style>