Shades of La Rioja #C0BD10
Tints of La Rioja #C0BD10
RGB
CMYK
RGB Variations
Color information
#C0BD10 (or 0xC0BD10) is known color: La Rioja. HEX triplet: C0, BD and 10. RGB value is (192,189,16). Sum of RGB (Red+Green+Blue) = 192+189+16=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BD10 is #3F42EF. Grayscale: #AAAAAA. Windows color (decimal): -4145904 or 1097152. OLE color: 1097152.
HSL color Cylindrical-coordinate representation of color #C0BD10: hue angle of 58.98º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0BD10 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 16 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.25 |
| HSL | 58.98º | 0.85% | 0.41% | - |
| HSV(B) | 58.98º | 0.92% | 0.75% | - |
| XYZ | 40.03 | 47.64 | 7.58 | - |
| YUV | 170.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 16 | 0 | 0.02 | 0.92 | 0.25 | 58.98 | 0.85 | 0.41 |
| Hex | C0 | BD | 10 | 0 | 2 | 5C | 19 | 3B | 55 | 29 |
| Octal | 300 | 275 | 20 | 0 | 2 | 134 | 31 | 73 | 125 | 51 |
| Binary | 11000000 | 10111101 | 10000 | 0 | 10 | 1011100 | 11001 | 111011 | 1010101 | 101001 |
Color Harmonies of #C0BD10
Complementary color
Monochromatic Colors of #C0BD10
Black with #C0BD10
Text Example
Text Example
White with #C0BD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD10; }
p { color: rgb(192,189,16); }
H1.HeaderClassName
{
color: #C0BD10;
}
.AnyTagClassName
{
color: #C0BD10;
}
</style>
background-color css
<style>
a { background-color: #C0BD10; }
a { background-color: rgb(192,189,16); }
div.DivClassName
{
background-color: #C0BD10;
}
.BgClassName
{
background-color: #C0BD10;
}
</style>
border-color css
<style>
span { border-color: #C0BD10; }
span { border-color: rgb(192,189,16); }
td.TdClassName
{
border-color: #C0BD10;
}
.TagClassName
{
border-color: #C0BD10;
}
</style>