Shades of La Rioja #C8BB02
Tints of La Rioja #C8BB02
RGB
CMYK
RGB Variations
Color information
#C8BB02 (or 0xC8BB02) is known color: La Rioja. HEX triplet: C8, BB and 02. RGB value is (200,187,2). Sum of RGB (Red+Green+Blue) = 200+187+2=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB02 is #3744FD. Grayscale: #AAAAAA. Windows color (decimal): -3622142 or 179144. OLE color: 179144.
HSL color Cylindrical-coordinate representation of color #C8BB02: hue angle of 56.06º degrees, saturation: 0.98, 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 #C8BB02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.22 |
| HSL | 56.06º | 0.98% | 0.4% | - |
| HSV(B) | 56.06º | 0.99% | 0.78% | - |
| XYZ | 41.6 | 47.82 | 7.1 | - |
| YUV | 169.8 | 33.31 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 2 | 0 | 0.06 | 0.99 | 0.22 | 56.06 | 0.98 | 0.4 |
| Hex | C8 | BB | 2 | 0 | 6 | 63 | 16 | 38 | 62 | 28 |
| Octal | 310 | 273 | 2 | 0 | 6 | 143 | 26 | 70 | 142 | 50 |
| Binary | 11001000 | 10111011 | 10 | 0 | 110 | 1100011 | 10110 | 111000 | 1100010 | 101000 |
Color Harmonies of #C8BB02
Complementary color
Monochromatic Colors of #C8BB02
Black with #C8BB02
Text Example
Text Example
White with #C8BB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB02; }
p { color: rgb(200,187,2); }
H1.HeaderClassName
{
color: #C8BB02;
}
.AnyTagClassName
{
color: #C8BB02;
}
</style>
background-color css
<style>
a { background-color: #C8BB02; }
a { background-color: rgb(200,187,2); }
div.DivClassName
{
background-color: #C8BB02;
}
.BgClassName
{
background-color: #C8BB02;
}
</style>
border-color css
<style>
span { border-color: #C8BB02; }
span { border-color: rgb(200,187,2); }
td.TdClassName
{
border-color: #C8BB02;
}
.TagClassName
{
border-color: #C8BB02;
}
</style>