Shades of La Rioja #C8CB05
Tints of La Rioja #C8CB05
RGB
CMYK
RGB Variations
Color information
#C8CB05 (or 0xC8CB05) is known color: La Rioja. HEX triplet: C8, CB and 05. RGB value is (200,203,5). Sum of RGB (Red+Green+Blue) = 200+203+5=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CB05 is #3734FA. Grayscale: #B4B4B4. Windows color (decimal): -3618043 or 379848. OLE color: 379848.
HSL color Cylindrical-coordinate representation of color #C8CB05: hue angle of 60.91º 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 #C8CB05 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.20 |
| HSL | 60.91º | 0.95% | 0.41% | - |
| HSV(B) | 60.91º | 0.98% | 0.8% | - |
| XYZ | 45.2 | 55 | 8.38 | - |
| YUV | 179.53 | 29.51 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 5 | 0.01 | 0 | 0.98 | 0.20 | 60.91 | 0.95 | 0.41 |
| Hex | C8 | CB | 5 | 1 | 0 | 62 | 14 | 3D | 5F | 29 |
| Octal | 310 | 313 | 5 | 1 | 0 | 142 | 24 | 75 | 137 | 51 |
| Binary | 11001000 | 11001011 | 101 | 1 | 0 | 1100010 | 10100 | 111101 | 1011111 | 101001 |
Color Harmonies of #C8CB05
Complementary color
Monochromatic Colors of #C8CB05
Black with #C8CB05
Text Example
Text Example
White with #C8CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CB05; }
p { color: rgb(200,203,5); }
H1.HeaderClassName
{
color: #C8CB05;
}
.AnyTagClassName
{
color: #C8CB05;
}
</style>
background-color css
<style>
a { background-color: #C8CB05; }
a { background-color: rgb(200,203,5); }
div.DivClassName
{
background-color: #C8CB05;
}
.BgClassName
{
background-color: #C8CB05;
}
</style>
border-color css
<style>
span { border-color: #C8CB05; }
span { border-color: rgb(200,203,5); }
td.TdClassName
{
border-color: #C8CB05;
}
.TagClassName
{
border-color: #C8CB05;
}
</style>