#C0C009

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

Shades of La Rioja #C0C009

Tints of La Rioja #C0C009

Color information

#C0C009 (or 0xC0C009) is unknown color: approx 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

RGB1921929-
CMYK000.950.25
HSL60º91.04%39.41%-
HSV(B)60º95.31%75.29%-
XYZ40.6448.937.56-
YUV171.1436.5142.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921929000.950.256091.0439.41
HexC0C09005F193c5b27
Octal3003001100137317413347
Binary11000000110000001001001011111110011111001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>