Shades of La Rioja #C0CC09
Tints of La Rioja #C0CC09
RGB
CMYK
RGB Variations
Color information
#C0CC09 (or 0xC0CC09) is known color: La Rioja. HEX triplet: C0, CC and 09. RGB value is (192,204,9). Sum of RGB (Red+Green+Blue) = 192+204+9=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CC09 is #3F33F6. Grayscale: #B2B2B2. Windows color (decimal): -4142071 or 642240. OLE color: 642240.
HSL color Cylindrical-coordinate representation of color #C0CC09: hue angle of 63.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0CC09 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 9 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.2 |
| HSL | 63.69º | 0.92% | 0.42% | - |
| HSV(B) | 63.69º | 0.96% | 0.8% | - |
| XYZ | 43.38 | 54.41 | 8.47 | - |
| YUV | 178.18 | 32.52 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 9 | 0.06 | 0 | 0.96 | 0.2 | 63.69 | 0.92 | 0.42 |
| Hex | C0 | CC | 9 | 6 | 0 | 60 | 14 | 40 | 5C | 2A |
| Octal | 300 | 314 | 11 | 6 | 0 | 140 | 24 | 100 | 134 | 52 |
| Binary | 11000000 | 11001100 | 1001 | 110 | 0 | 1100000 | 10100 | 1000000 | 1011100 | 101010 |
Color Harmonies of #C0CC09
Complementary color
Monochromatic Colors of #C0CC09
Black with #C0CC09
Text Example
Text Example
White with #C0CC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC09; }
p { color: rgb(192,204,9); }
H1.HeaderClassName
{
color: #C0CC09;
}
.AnyTagClassName
{
color: #C0CC09;
}
</style>
background-color css
<style>
a { background-color: #C0CC09; }
a { background-color: rgb(192,204,9); }
div.DivClassName
{
background-color: #C0CC09;
}
.BgClassName
{
background-color: #C0CC09;
}
</style>
border-color css
<style>
span { border-color: #C0CC09; }
span { border-color: rgb(192,204,9); }
td.TdClassName
{
border-color: #C0CC09;
}
.TagClassName
{
border-color: #C0CC09;
}
</style>