Shades of La Rioja #C0BF0B
Tints of La Rioja #C0BF0B
RGB
CMYK
RGB Variations
Color information
#C0BF0B (or 0xC0BF0B) is known color: La Rioja. HEX triplet: C0, BF and 0B. RGB value is (192,191,11). Sum of RGB (Red+Green+Blue) = 192+191+11=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BF0B is #3F40F4. Grayscale: #ABABAB. Windows color (decimal): -4145397 or 769984. OLE color: 769984.
HSL color Cylindrical-coordinate representation of color #C0BF0B: hue angle of 59.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0BF0B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.25 |
| HSL | 59.67º | 0.89% | 0.4% | - |
| HSV(B) | 59.67º | 0.94% | 0.75% | - |
| XYZ | 40.43 | 48.49 | 7.55 | - |
| YUV | 170.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 11 | 0 | 0.01 | 0.94 | 0.25 | 59.67 | 0.89 | 0.4 |
| Hex | C0 | BF | B | 0 | 1 | 5E | 19 | 3C | 59 | 28 |
| Octal | 300 | 277 | 13 | 0 | 1 | 136 | 31 | 74 | 131 | 50 |
| Binary | 11000000 | 10111111 | 1011 | 0 | 1 | 1011110 | 11001 | 111100 | 1011001 | 101000 |
Color Harmonies of #C0BF0B
Complementary color
Monochromatic Colors of #C0BF0B
Black with #C0BF0B
Text Example
Text Example
White with #C0BF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF0B; }
p { color: rgb(192,191,11); }
H1.HeaderClassName
{
color: #C0BF0B;
}
.AnyTagClassName
{
color: #C0BF0B;
}
</style>
background-color css
<style>
a { background-color: #C0BF0B; }
a { background-color: rgb(192,191,11); }
div.DivClassName
{
background-color: #C0BF0B;
}
.BgClassName
{
background-color: #C0BF0B;
}
</style>
border-color css
<style>
span { border-color: #C0BF0B; }
span { border-color: rgb(192,191,11); }
td.TdClassName
{
border-color: #C0BF0B;
}
.TagClassName
{
border-color: #C0BF0B;
}
</style>