Html Css Color HEX #C9C005 La Rioja

📋 copy color: '#C9C005'

red 201 ◦ green 192 ◦ blue 5

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

Shades of La Rioja #C9C005

Tints of La Rioja #C9C005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 50.5%
G = 48.24%
B = 1.26%

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

#C9C005 (or 0xC9C005) is known color: La Rioja. HEX triplet: C9, C0 and 05. RGB value is (201,192,5). Sum of RGB (Red+Green+Blue) = 201+192+5=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C005 is #363FFA. Grayscale: #AEAEAE. Windows color (decimal): -3555323 or 377033. OLE color: 377033.

HSL color Cylindrical-coordinate representation of color #C9C005: hue angle of 57.24º degrees, saturation: 0.95, 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 #C9C005 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 192 5 -
CMYK 0 0.04 0.98 0.21
HSL 57.24º 0.95% 0.4% -
HSV(B) 57.24º 0.98% 0.79% -
XYZ 42.96 50.13 7.55 -
YUV 173.37 32.98 147.71 -
System Red Green Blue C M Y K H S L
Decimal 201 192 5 0 0.04 0.98 0.21 57.24 0.95 0.4
Hex C9 C0 5 0 4 62 15 39 5F 28
Octal 311 300 5 0 4 142 25 71 137 50
Binary 11001001 11000000 101 0 100 1100010 10101 111001 1011111 101000

Color Harmonies of #C9C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C005

Black with #C9C005

Text Example


Text Example

White with #C9C005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C005; }

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

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

background-color css

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

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

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

border-color css

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

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

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