Shades of La Rioja #C9BC01
Tints of La Rioja #C9BC01
RGB
CMYK
RGB Variations
Color information
#C9BC01 (or 0xC9BC01) is known color: La Rioja. HEX triplet: C9, BC and 01. RGB value is (201,188,1). Sum of RGB (Red+Green+Blue) = 201+188+1=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BC01 is #3643FE. Grayscale: #ABABAB. Windows color (decimal): -3556351 or 113865. OLE color: 113865.
HSL color Cylindrical-coordinate representation of color #C9BC01: hue angle of 56.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9BC01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.21 |
| HSL | 56.1º | 0.99% | 0.4% | - |
| HSV(B) | 56.1º | 1% | 0.79% | - |
| XYZ | 42.08 | 48.39 | 7.15 | - |
| YUV | 170.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 1 | 0 | 0.06 | 1.00 | 0.21 | 56.1 | 0.99 | 0.4 |
| Hex | C9 | BC | 1 | 0 | 6 | 64 | 15 | 38 | 63 | 28 |
| Octal | 311 | 274 | 1 | 0 | 6 | 144 | 25 | 70 | 143 | 50 |
| Binary | 11001001 | 10111100 | 1 | 0 | 110 | 1100100 | 10101 | 111000 | 1100011 | 101000 |
Color Harmonies of #C9BC01
Complementary color
Monochromatic Colors of #C9BC01
Black with #C9BC01
Text Example
Text Example
White with #C9BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC01; }
p { color: rgb(201,188,1); }
H1.HeaderClassName
{
color: #C9BC01;
}
.AnyTagClassName
{
color: #C9BC01;
}
</style>
background-color css
<style>
a { background-color: #C9BC01; }
a { background-color: rgb(201,188,1); }
div.DivClassName
{
background-color: #C9BC01;
}
.BgClassName
{
background-color: #C9BC01;
}
</style>
border-color css
<style>
span { border-color: #C9BC01; }
span { border-color: rgb(201,188,1); }
td.TdClassName
{
border-color: #C9BC01;
}
.TagClassName
{
border-color: #C9BC01;
}
</style>