Html Css Color HEX #C9C004 La Rioja

📋 copy color: '#C9C004'

red 201 ◦ green 192 ◦ blue 4

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

Shades of La Rioja #C9C004

Tints of La Rioja #C9C004

RGB

 RED value IS 201 (78.91% from 255) = 50.63%

 GREEN value IS 192 (75.39% from 255) = 48.36%

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 50.63%
G = 48.36%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C9C004 (or 0xC9C004) is known color: La Rioja. HEX triplet: C9, C0 and 04. RGB value is (201,192,4). Sum of RGB (Red+Green+Blue) = 201+192+4=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C004 is #363FFB. Grayscale: #AEAEAE. Windows color (decimal): -3555324 or 311497. OLE color: 311497.

HSL color Cylindrical-coordinate representation of color #C9C004: hue angle of 57.26º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9C004 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 192 4 -
CMYK 0 0.04 0.98 0.21
HSL 57.26º 0.96% 0.4% -
HSV(B) 57.26º 0.98% 0.79% -
XYZ 42.96 50.13 7.53 -
YUV 173.26 32.48 147.79 -
System Red Green Blue C M Y K H S L
Decimal 201 192 4 0 0.04 0.98 0.21 57.26 0.96 0.4
Hex C9 C0 4 0 4 62 15 39 60 28
Octal 311 300 4 0 4 142 25 71 140 50
Binary 11001001 11000000 100 0 100 1100010 10101 111001 1100000 101000

Color Harmonies of #C9C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C004

Black with #C9C004

Text Example


Text Example

White with #C9C004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C004; }

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

 H1.HeaderClassName
 {
   color: #C9C004;
 }
 .AnyTagClassName
 {
   color: #C9C004;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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