Shades of La Rioja #C0B20C
Tints of La Rioja #C0B20C
RGB
CMYK
RGB Variations
Color information
#C0B20C (or 0xC0B20C) is known color: La Rioja. HEX triplet: C0, B2 and 0C. RGB value is (192,178,12). Sum of RGB (Red+Green+Blue) = 192+178+12=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B20C is #3F4DF3. Grayscale: #A3A3A3. Windows color (decimal): -4148724 or 832192. OLE color: 832192.
HSL color Cylindrical-coordinate representation of color #C0B20C: hue angle of 55.33º degrees, saturation: 0.88, 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 #C0B20C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.25 |
| HSL | 55.33º | 0.88% | 0.4% | - |
| HSV(B) | 55.33º | 0.94% | 0.75% | - |
| XYZ | 37.72 | 43.07 | 6.67 | - |
| YUV | 163.26 | 42.64 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 12 | 0 | 0.07 | 0.94 | 0.25 | 55.33 | 0.88 | 0.4 |
| Hex | C0 | B2 | C | 0 | 7 | 5E | 19 | 37 | 58 | 28 |
| Octal | 300 | 262 | 14 | 0 | 7 | 136 | 31 | 67 | 130 | 50 |
| Binary | 11000000 | 10110010 | 1100 | 0 | 111 | 1011110 | 11001 | 110111 | 1011000 | 101000 |
Color Harmonies of #C0B20C
Complementary color
Monochromatic Colors of #C0B20C
Black with #C0B20C
Text Example
Text Example
White with #C0B20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B20C; }
p { color: rgb(192,178,12); }
H1.HeaderClassName
{
color: #C0B20C;
}
.AnyTagClassName
{
color: #C0B20C;
}
</style>
background-color css
<style>
a { background-color: #C0B20C; }
a { background-color: rgb(192,178,12); }
div.DivClassName
{
background-color: #C0B20C;
}
.BgClassName
{
background-color: #C0B20C;
}
</style>
border-color css
<style>
span { border-color: #C0B20C; }
span { border-color: rgb(192,178,12); }
td.TdClassName
{
border-color: #C0B20C;
}
.TagClassName
{
border-color: #C0B20C;
}
</style>