Shades of La Rioja #C0B00B
Tints of La Rioja #C0B00B
RGB
CMYK
RGB Variations
Color information
#C0B00B (or 0xC0B00B) is known color: La Rioja. HEX triplet: C0, B0 and 0B. RGB value is (192,176,11). Sum of RGB (Red+Green+Blue) = 192+176+11=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B00B is #3F4FF4. Grayscale: #A2A2A2. Windows color (decimal): -4149237 or 766144. OLE color: 766144.
HSL color Cylindrical-coordinate representation of color #C0B00B: hue angle of 54.7º 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 #C0B00B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 11 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.25 |
| HSL | 54.7º | 0.89% | 0.4% | - |
| HSV(B) | 54.7º | 0.94% | 0.75% | - |
| XYZ | 37.32 | 42.28 | 6.51 | - |
| YUV | 161.97 | 42.8 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 11 | 0 | 0.08 | 0.94 | 0.25 | 54.7 | 0.89 | 0.4 |
| Hex | C0 | B0 | B | 0 | 8 | 5E | 19 | 37 | 59 | 28 |
| Octal | 300 | 260 | 13 | 0 | 10 | 136 | 31 | 67 | 131 | 50 |
| Binary | 11000000 | 10110000 | 1011 | 0 | 1000 | 1011110 | 11001 | 110111 | 1011001 | 101000 |
Color Harmonies of #C0B00B
Complementary color
Monochromatic Colors of #C0B00B
Black with #C0B00B
Text Example
Text Example
White with #C0B00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B00B; }
p { color: rgb(192,176,11); }
H1.HeaderClassName
{
color: #C0B00B;
}
.AnyTagClassName
{
color: #C0B00B;
}
</style>
background-color css
<style>
a { background-color: #C0B00B; }
a { background-color: rgb(192,176,11); }
div.DivClassName
{
background-color: #C0B00B;
}
.BgClassName
{
background-color: #C0B00B;
}
</style>
border-color css
<style>
span { border-color: #C0B00B; }
span { border-color: rgb(192,176,11); }
td.TdClassName
{
border-color: #C0B00B;
}
.TagClassName
{
border-color: #C0B00B;
}
</style>