Shades of La Rioja #C0CC05
Tints of La Rioja #C0CC05
RGB
CMYK
RGB Variations
Color information
#C0CC05 (or 0xC0CC05) is known color: La Rioja. HEX triplet: C0, CC and 05. RGB value is (192,204,5). Sum of RGB (Red+Green+Blue) = 192+204+5=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CC05 is #3F33FA. Grayscale: #B2B2B2. Windows color (decimal): -4142075 or 380096. OLE color: 380096.
HSL color Cylindrical-coordinate representation of color #C0CC05: hue angle of 63.62º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0CC05 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 5 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.2 |
| HSL | 63.62º | 0.95% | 0.41% | - |
| HSV(B) | 63.62º | 0.98% | 0.8% | - |
| XYZ | 43.36 | 54.4 | 8.36 | - |
| YUV | 177.73 | 30.52 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 5 | 0.06 | 0 | 0.98 | 0.2 | 63.62 | 0.95 | 0.41 |
| Hex | C0 | CC | 5 | 6 | 0 | 62 | 14 | 40 | 5F | 29 |
| Octal | 300 | 314 | 5 | 6 | 0 | 142 | 24 | 100 | 137 | 51 |
| Binary | 11000000 | 11001100 | 101 | 110 | 0 | 1100010 | 10100 | 1000000 | 1011111 | 101001 |
Color Harmonies of #C0CC05
Complementary color
Monochromatic Colors of #C0CC05
Black with #C0CC05
Text Example
Text Example
White with #C0CC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC05; }
p { color: rgb(192,204,5); }
H1.HeaderClassName
{
color: #C0CC05;
}
.AnyTagClassName
{
color: #C0CC05;
}
</style>
background-color css
<style>
a { background-color: #C0CC05; }
a { background-color: rgb(192,204,5); }
div.DivClassName
{
background-color: #C0CC05;
}
.BgClassName
{
background-color: #C0CC05;
}
</style>
border-color css
<style>
span { border-color: #C0CC05; }
span { border-color: rgb(192,204,5); }
td.TdClassName
{
border-color: #C0CC05;
}
.TagClassName
{
border-color: #C0CC05;
}
</style>