Shades of La Rioja #C0BD12
Tints of La Rioja #C0BD12
RGB
CMYK
RGB Variations
Color information
#C0BD12 (or 0xC0BD12) is known color: La Rioja. HEX triplet: C0, BD and 12. RGB value is (192,189,18). Sum of RGB (Red+Green+Blue) = 192+189+18=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BD12 is #3F42ED. Grayscale: #ABABAB. Windows color (decimal): -4145902 or 1228224. OLE color: 1228224.
HSL color Cylindrical-coordinate representation of color #C0BD12: hue angle of 58.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0BD12 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.25 |
| HSL | 58.97º | 0.83% | 0.41% | - |
| HSV(B) | 58.97º | 0.91% | 0.75% | - |
| XYZ | 40.05 | 47.65 | 7.66 | - |
| YUV | 170.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 18 | 0 | 0.02 | 0.91 | 0.25 | 58.97 | 0.83 | 0.41 |
| Hex | C0 | BD | 12 | 0 | 2 | 5B | 19 | 3B | 53 | 29 |
| Octal | 300 | 275 | 22 | 0 | 2 | 133 | 31 | 73 | 123 | 51 |
| Binary | 11000000 | 10111101 | 10010 | 0 | 10 | 1011011 | 11001 | 111011 | 1010011 | 101001 |
Color Harmonies of #C0BD12
Complementary color
Monochromatic Colors of #C0BD12
Black with #C0BD12
Text Example
Text Example
White with #C0BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD12; }
p { color: rgb(192,189,18); }
H1.HeaderClassName
{
color: #C0BD12;
}
.AnyTagClassName
{
color: #C0BD12;
}
</style>
background-color css
<style>
a { background-color: #C0BD12; }
a { background-color: rgb(192,189,18); }
div.DivClassName
{
background-color: #C0BD12;
}
.BgClassName
{
background-color: #C0BD12;
}
</style>
border-color css
<style>
span { border-color: #C0BD12; }
span { border-color: rgb(192,189,18); }
td.TdClassName
{
border-color: #C0BD12;
}
.TagClassName
{
border-color: #C0BD12;
}
</style>