Shades of La Rioja #C0B00D
Tints of La Rioja #C0B00D
RGB
CMYK
RGB Variations
Color information
#C0B00D (or 0xC0B00D) is known color: La Rioja. HEX triplet: C0, B0 and 0D. RGB value is (192,176,13). Sum of RGB (Red+Green+Blue) = 192+176+13=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B00D is #3F4FF2. Grayscale: #A2A2A2. Windows color (decimal): -4149235 or 897216. OLE color: 897216.
HSL color Cylindrical-coordinate representation of color #C0B00D: hue angle of 54.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0B00D is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 13 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.25 |
| HSL | 54.64º | 0.87% | 0.4% | - |
| HSV(B) | 54.64º | 0.93% | 0.75% | - |
| XYZ | 37.34 | 42.29 | 6.57 | - |
| YUV | 162.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 13 | 0 | 0.08 | 0.93 | 0.25 | 54.64 | 0.87 | 0.4 |
| Hex | C0 | B0 | D | 0 | 8 | 5D | 19 | 37 | 57 | 28 |
| Octal | 300 | 260 | 15 | 0 | 10 | 135 | 31 | 67 | 127 | 50 |
| Binary | 11000000 | 10110000 | 1101 | 0 | 1000 | 1011101 | 11001 | 110111 | 1010111 | 101000 |
Color Harmonies of #C0B00D
Complementary color
Monochromatic Colors of #C0B00D
Black with #C0B00D
Text Example
Text Example
White with #C0B00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B00D; }
p { color: rgb(192,176,13); }
H1.HeaderClassName
{
color: #C0B00D;
}
.AnyTagClassName
{
color: #C0B00D;
}
</style>
background-color css
<style>
a { background-color: #C0B00D; }
a { background-color: rgb(192,176,13); }
div.DivClassName
{
background-color: #C0B00D;
}
.BgClassName
{
background-color: #C0B00D;
}
</style>
border-color css
<style>
span { border-color: #C0B00D; }
span { border-color: rgb(192,176,13); }
td.TdClassName
{
border-color: #C0B00D;
}
.TagClassName
{
border-color: #C0B00D;
}
</style>