Shades of La Rioja #C8CC03
Tints of La Rioja #C8CC03
RGB
CMYK
RGB Variations
Color information
#C8CC03 (or 0xC8CC03) is known color: La Rioja. HEX triplet: C8, CC and 03. RGB value is (200,204,3). Sum of RGB (Red+Green+Blue) = 200+204+3=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CC03 is #3733FC. Grayscale: #B4B4B4. Windows color (decimal): -3617789 or 249032. OLE color: 249032.
HSL color Cylindrical-coordinate representation of color #C8CC03: hue angle of 61.19º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8CC03 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.2 |
| HSL | 61.19º | 0.97% | 0.41% | - |
| HSV(B) | 61.19º | 0.99% | 0.8% | - |
| XYZ | 45.43 | 55.47 | 8.4 | - |
| YUV | 179.89 | 28.17 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 3 | 0.02 | 0 | 0.99 | 0.2 | 61.19 | 0.97 | 0.41 |
| Hex | C8 | CC | 3 | 2 | 0 | 63 | 14 | 3D | 61 | 29 |
| Octal | 310 | 314 | 3 | 2 | 0 | 143 | 24 | 75 | 141 | 51 |
| Binary | 11001000 | 11001100 | 11 | 10 | 0 | 1100011 | 10100 | 111101 | 1100001 | 101001 |
Color Harmonies of #C8CC03
Complementary color
Monochromatic Colors of #C8CC03
Black with #C8CC03
Text Example
Text Example
White with #C8CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC03; }
p { color: rgb(200,204,3); }
H1.HeaderClassName
{
color: #C8CC03;
}
.AnyTagClassName
{
color: #C8CC03;
}
</style>
background-color css
<style>
a { background-color: #C8CC03; }
a { background-color: rgb(200,204,3); }
div.DivClassName
{
background-color: #C8CC03;
}
.BgClassName
{
background-color: #C8CC03;
}
</style>
border-color css
<style>
span { border-color: #C8CC03; }
span { border-color: rgb(200,204,3); }
td.TdClassName
{
border-color: #C8CC03;
}
.TagClassName
{
border-color: #C8CC03;
}
</style>