Shades of La Rioja #C0CC08
Tints of La Rioja #C0CC08
RGB
CMYK
RGB Variations
Color information
#C0CC08 (or 0xC0CC08) is known color: La Rioja. HEX triplet: C0, CC and 08. RGB value is (192,204,8). Sum of RGB (Red+Green+Blue) = 192+204+8=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CC08 is #3F33F7. Grayscale: #B2B2B2. Windows color (decimal): -4142072 or 576704. OLE color: 576704.
HSL color Cylindrical-coordinate representation of color #C0CC08: hue angle of 63.67º 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 #C0CC08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.2 |
| HSL | 63.67º | 0.92% | 0.42% | - |
| HSV(B) | 63.67º | 0.96% | 0.8% | - |
| XYZ | 43.37 | 54.41 | 8.45 | - |
| YUV | 178.07 | 32.02 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 8 | 0.06 | 0 | 0.96 | 0.2 | 63.67 | 0.92 | 0.42 |
| Hex | C0 | CC | 8 | 6 | 0 | 60 | 14 | 40 | 5C | 2A |
| Octal | 300 | 314 | 10 | 6 | 0 | 140 | 24 | 100 | 134 | 52 |
| Binary | 11000000 | 11001100 | 1000 | 110 | 0 | 1100000 | 10100 | 1000000 | 1011100 | 101010 |
Color Harmonies of #C0CC08
Complementary color
Monochromatic Colors of #C0CC08
Black with #C0CC08
Text Example
Text Example
White with #C0CC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC08; }
p { color: rgb(192,204,8); }
H1.HeaderClassName
{
color: #C0CC08;
}
.AnyTagClassName
{
color: #C0CC08;
}
</style>
background-color css
<style>
a { background-color: #C0CC08; }
a { background-color: rgb(192,204,8); }
div.DivClassName
{
background-color: #C0CC08;
}
.BgClassName
{
background-color: #C0CC08;
}
</style>
border-color css
<style>
span { border-color: #C0CC08; }
span { border-color: rgb(192,204,8); }
td.TdClassName
{
border-color: #C0CC08;
}
.TagClassName
{
border-color: #C0CC08;
}
</style>