Shades of La Rioja #C0B60A
Tints of La Rioja #C0B60A
RGB
CMYK
RGB Variations
Color information
#C0B60A (or 0xC0B60A) is known color: La Rioja. HEX triplet: C0, B6 and 0A. RGB value is (192,182,10). Sum of RGB (Red+Green+Blue) = 192+182+10=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B60A is #3F49F5. Grayscale: #A6A6A6. Windows color (decimal): -4147702 or 702144. OLE color: 702144.
HSL color Cylindrical-coordinate representation of color #C0B60A: hue angle of 56.7º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0B60A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.25 |
| HSL | 56.7º | 0.9% | 0.4% | - |
| HSV(B) | 56.7º | 0.95% | 0.75% | - |
| XYZ | 38.52 | 44.68 | 6.88 | - |
| YUV | 165.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 10 | 0 | 0.05 | 0.95 | 0.25 | 56.7 | 0.9 | 0.4 |
| Hex | C0 | B6 | A | 0 | 5 | 5F | 19 | 39 | 5A | 28 |
| Octal | 300 | 266 | 12 | 0 | 5 | 137 | 31 | 71 | 132 | 50 |
| Binary | 11000000 | 10110110 | 1010 | 0 | 101 | 1011111 | 11001 | 111001 | 1011010 | 101000 |
Color Harmonies of #C0B60A
Complementary color
Monochromatic Colors of #C0B60A
Black with #C0B60A
Text Example
Text Example
White with #C0B60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B60A; }
p { color: rgb(192,182,10); }
H1.HeaderClassName
{
color: #C0B60A;
}
.AnyTagClassName
{
color: #C0B60A;
}
</style>
background-color css
<style>
a { background-color: #C0B60A; }
a { background-color: rgb(192,182,10); }
div.DivClassName
{
background-color: #C0B60A;
}
.BgClassName
{
background-color: #C0B60A;
}
</style>
border-color css
<style>
span { border-color: #C0B60A; }
span { border-color: rgb(192,182,10); }
td.TdClassName
{
border-color: #C0B60A;
}
.TagClassName
{
border-color: #C0B60A;
}
</style>