Shades of La Rioja #C9BB03
Tints of La Rioja #C9BB03
RGB
CMYK
RGB Variations
Color information
#C9BB03 (or 0xC9BB03) is known color: La Rioja. HEX triplet: C9, BB and 03. RGB value is (201,187,3). Sum of RGB (Red+Green+Blue) = 201+187+3=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BB03 is #3644FC. Grayscale: #AAAAAA. Windows color (decimal): -3556605 or 244681. OLE color: 244681.
HSL color Cylindrical-coordinate representation of color #C9BB03: hue angle of 55.76º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9BB03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.21 |
| HSL | 55.76º | 0.97% | 0.4% | - |
| HSV(B) | 55.76º | 0.99% | 0.79% | - |
| XYZ | 41.87 | 47.96 | 7.14 | - |
| YUV | 170.21 | 33.64 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 3 | 0 | 0.07 | 0.99 | 0.21 | 55.76 | 0.97 | 0.4 |
| Hex | C9 | BB | 3 | 0 | 7 | 63 | 15 | 38 | 61 | 28 |
| Octal | 311 | 273 | 3 | 0 | 7 | 143 | 25 | 70 | 141 | 50 |
| Binary | 11001001 | 10111011 | 11 | 0 | 111 | 1100011 | 10101 | 111000 | 1100001 | 101000 |
Color Harmonies of #C9BB03
Complementary color
Monochromatic Colors of #C9BB03
Black with #C9BB03
Text Example
Text Example
White with #C9BB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB03; }
p { color: rgb(201,187,3); }
H1.HeaderClassName
{
color: #C9BB03;
}
.AnyTagClassName
{
color: #C9BB03;
}
</style>
background-color css
<style>
a { background-color: #C9BB03; }
a { background-color: rgb(201,187,3); }
div.DivClassName
{
background-color: #C9BB03;
}
.BgClassName
{
background-color: #C9BB03;
}
</style>
border-color css
<style>
span { border-color: #C9BB03; }
span { border-color: rgb(201,187,3); }
td.TdClassName
{
border-color: #C9BB03;
}
.TagClassName
{
border-color: #C9BB03;
}
</style>