#C2C004

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

Shades of La Rioja #C2C004

Tints of La Rioja #C2C004

Color information

#C2C004 (or 0xC2C004) is unknown color: approx La Rioja. HEX triplet: C2, C0 and 04. RGB value is (194,192,4). Sum of RGB (Red+Green+Blue) = 194+192+4=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C004 is #3D3FFB. Grayscale: #ABABAB. Windows color (decimal): -4014076 or 311490. OLE color: 311490.

HSL color Cylindrical-coordinate representation of color #C2C004: hue angle of 59.37º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2C004 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1941924-
CMYK00.010.980.24
HSL59.37º95.96%38.82%-
HSV(B)59.37º97.94%76.08%-
XYZ41.1249.187.44-
YUV171.1733.66144.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 192 (75.39% from 255) = 49.23%
BLUE value IS 4 (1.95% from 255) = 1.03%
R=49.74%
G=49.23%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194192400.010.980.2459.3795.9638.82
HexC2C040162183b6027
Octal302300401142307314047
Binary1100001011000000100011100010110001110111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C004; }

 p { color: rgb(194,192,4); }

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

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

 a { background-color: rgb(194,192,4); }

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

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

 span { border-color: rgb(194,192,4); }

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