Shades of La Rioja #C0BD13
Tints of La Rioja #C0BD13
RGB
CMYK
RGB Variations
Color information
#C0BD13 (or 0xC0BD13) is known color: La Rioja. HEX triplet: C0, BD and 13. RGB value is (192,189,19). Sum of RGB (Red+Green+Blue) = 192+189+19=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BD13 is #3F42EC. Grayscale: #ABABAB. Windows color (decimal): -4145901 or 1293760. OLE color: 1293760.
HSL color Cylindrical-coordinate representation of color #C0BD13: hue angle of 58.96º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0BD13 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 19 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.25 |
| HSL | 58.96º | 0.82% | 0.41% | - |
| HSV(B) | 58.96º | 0.9% | 0.75% | - |
| XYZ | 40.05 | 47.65 | 7.7 | - |
| YUV | 170.52 | 42.49 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 19 | 0 | 0.02 | 0.90 | 0.25 | 58.96 | 0.82 | 0.41 |
| Hex | C0 | BD | 13 | 0 | 2 | 5A | 19 | 3B | 52 | 29 |
| Octal | 300 | 275 | 23 | 0 | 2 | 132 | 31 | 73 | 122 | 51 |
| Binary | 11000000 | 10111101 | 10011 | 0 | 10 | 1011010 | 11001 | 111011 | 1010010 | 101001 |
Color Harmonies of #C0BD13
Complementary color
Monochromatic Colors of #C0BD13
Black with #C0BD13
Text Example
Text Example
White with #C0BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD13; }
p { color: rgb(192,189,19); }
H1.HeaderClassName
{
color: #C0BD13;
}
.AnyTagClassName
{
color: #C0BD13;
}
</style>
background-color css
<style>
a { background-color: #C0BD13; }
a { background-color: rgb(192,189,19); }
div.DivClassName
{
background-color: #C0BD13;
}
.BgClassName
{
background-color: #C0BD13;
}
</style>
border-color css
<style>
span { border-color: #C0BD13; }
span { border-color: rgb(192,189,19); }
td.TdClassName
{
border-color: #C0BD13;
}
.TagClassName
{
border-color: #C0BD13;
}
</style>