Shades of La Rioja #C8BB03
Tints of La Rioja #C8BB03
RGB
CMYK
RGB Variations
Color information
#C8BB03 (or 0xC8BB03) is known color: La Rioja. HEX triplet: C8, BB and 03. RGB value is (200,187,3). Sum of RGB (Red+Green+Blue) = 200+187+3=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB03 is #3744FC. Grayscale: #AAAAAA. Windows color (decimal): -3622141 or 244680. OLE color: 244680.
HSL color Cylindrical-coordinate representation of color #C8BB03: hue angle of 56.04º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8BB03 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.22 |
| HSL | 56.04º | 0.97% | 0.4% | - |
| HSV(B) | 56.04º | 0.99% | 0.78% | - |
| XYZ | 41.61 | 47.83 | 7.12 | - |
| YUV | 169.91 | 33.81 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 3 | 0 | 0.06 | 0.98 | 0.22 | 56.04 | 0.97 | 0.4 |
| Hex | C8 | BB | 3 | 0 | 6 | 62 | 16 | 38 | 61 | 28 |
| Octal | 310 | 273 | 3 | 0 | 6 | 142 | 26 | 70 | 141 | 50 |
| Binary | 11001000 | 10111011 | 11 | 0 | 110 | 1100010 | 10110 | 111000 | 1100001 | 101000 |
Color Harmonies of #C8BB03
Complementary color
Monochromatic Colors of #C8BB03
Black with #C8BB03
Text Example
Text Example
White with #C8BB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB03; }
p { color: rgb(200,187,3); }
H1.HeaderClassName
{
color: #C8BB03;
}
.AnyTagClassName
{
color: #C8BB03;
}
</style>
background-color css
<style>
a { background-color: #C8BB03; }
a { background-color: rgb(200,187,3); }
div.DivClassName
{
background-color: #C8BB03;
}
.BgClassName
{
background-color: #C8BB03;
}
</style>
border-color css
<style>
span { border-color: #C8BB03; }
span { border-color: rgb(200,187,3); }
td.TdClassName
{
border-color: #C8BB03;
}
.TagClassName
{
border-color: #C8BB03;
}
</style>