Shades of La Rioja #C0B70D
Tints of La Rioja #C0B70D
RGB
CMYK
RGB Variations
Color information
#C0B70D (or 0xC0B70D) is known color: La Rioja. HEX triplet: C0, B7 and 0D. RGB value is (192,183,13). Sum of RGB (Red+Green+Blue) = 192+183+13=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B70D is #3F48F2. Grayscale: #A7A7A7. Windows color (decimal): -4147443 or 899008. OLE color: 899008.
HSL color Cylindrical-coordinate representation of color #C0B70D: hue angle of 56.98º 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 #C0B70D is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 13 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.25 |
| HSL | 56.98º | 0.87% | 0.4% | - |
| HSV(B) | 56.98º | 0.93% | 0.75% | - |
| XYZ | 38.74 | 45.1 | 7.04 | - |
| YUV | 166.31 | 41.48 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 13 | 0 | 0.05 | 0.93 | 0.25 | 56.98 | 0.87 | 0.4 |
| Hex | C0 | B7 | D | 0 | 5 | 5D | 19 | 39 | 57 | 28 |
| Octal | 300 | 267 | 15 | 0 | 5 | 135 | 31 | 71 | 127 | 50 |
| Binary | 11000000 | 10110111 | 1101 | 0 | 101 | 1011101 | 11001 | 111001 | 1010111 | 101000 |
Color Harmonies of #C0B70D
Complementary color
Monochromatic Colors of #C0B70D
Black with #C0B70D
Text Example
Text Example
White with #C0B70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B70D; }
p { color: rgb(192,183,13); }
H1.HeaderClassName
{
color: #C0B70D;
}
.AnyTagClassName
{
color: #C0B70D;
}
</style>
background-color css
<style>
a { background-color: #C0B70D; }
a { background-color: rgb(192,183,13); }
div.DivClassName
{
background-color: #C0B70D;
}
.BgClassName
{
background-color: #C0B70D;
}
</style>
border-color css
<style>
span { border-color: #C0B70D; }
span { border-color: rgb(192,183,13); }
td.TdClassName
{
border-color: #C0B70D;
}
.TagClassName
{
border-color: #C0B70D;
}
</style>