Html Css Color HEX #C0C009 La Rioja

📋 copy color: '#C0C009'

red 192 ◦ green 192 ◦ blue 9

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

Shades of La Rioja #C0C009

Tints of La Rioja #C0C009

RGB

 RED value IS 192 (75.39% from 255) = 48.85%

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

 BLUE value IS 9 (3.91% from 255) = 2.29%

R = 48.85%
G = 48.85%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0C009 (or 0xC0C009) is known color: La Rioja. HEX triplet: C0, C0 and 09. RGB value is (192,192,9). Sum of RGB (Red+Green+Blue) = 192+192+9=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C009 is #3F3FF6. Grayscale: #ABABAB. Windows color (decimal): -4145143 or 639168. OLE color: 639168.

HSL color Cylindrical-coordinate representation of color #C0C009: hue angle of 60º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0C009 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 9 -
CMYK 0 0 0.95 0.25
HSL 60º 0.91% 0.39% -
HSV(B) 60º 0.95% 0.75% -
XYZ 40.64 48.93 7.56 -
YUV 171.14 36.5 142.88 -
System Red Green Blue C M Y K H S L
Decimal 192 192 9 0 0 0.95 0.25 60 0.91 0.39
Hex C0 C0 9 0 0 5F 19 3C 5B 27
Octal 300 300 11 0 0 137 31 74 133 47
Binary 11000000 11000000 1001 0 0 1011111 11001 111100 1011011 100111

Color Harmonies of #C0C009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C009

Black with #C0C009

Text Example


Text Example

White with #C0C009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C009; }

 p { color: rgb(192,192,9); }

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

background-color css

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

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

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

border-color css

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

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

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