Html Css Color HEX #C2C004 La Rioja

📋 copy color: '#C2C004'

red 194 ◦ green 192 ◦ blue 4

#C2C004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C2C004

Tints of La Rioja #C2C004

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 value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C2C004 (or 0xC2C004) is known color: 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

RGB 194 192 4 -
CMYK 0 0.01 0.98 0.24
HSL 59.37º 0.96% 0.39% -
HSV(B) 59.37º 0.98% 0.76% -
XYZ 41.12 49.18 7.44 -
YUV 171.17 33.66 144.29 -
System Red Green Blue C M Y K H S L
Decimal 194 192 4 0 0.01 0.98 0.24 59.37 0.96 0.39
Hex C2 C0 4 0 1 62 18 3B 60 27
Octal 302 300 4 0 1 142 30 73 140 47
Binary 11000010 11000000 100 0 1 1100010 11000 111011 1100000 100111

Color Harmonies of #C2C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C004

Black with #C2C004

Text Example


Text Example

White with #C2C004

Text Example


Text Example

HTML Codes & Css Web 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>