Shades of La Rioja #C2BD10
Tints of La Rioja #C2BD10
RGB
CMYK
RGB Variations
Color information
#C2BD10 (or 0xC2BD10) is known color: La Rioja. HEX triplet: C2, BD and 10. RGB value is (194,189,16). Sum of RGB (Red+Green+Blue) = 194+189+16=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD10 is #3D42EF. Grayscale: #ABABAB. Windows color (decimal): -4014832 or 1097154. OLE color: 1097154.
HSL color Cylindrical-coordinate representation of color #C2BD10: hue angle of 58.31º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2BD10 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 16 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.24 |
| HSL | 58.31º | 0.85% | 0.41% | - |
| HSV(B) | 58.31º | 0.92% | 0.76% | - |
| XYZ | 40.54 | 47.9 | 7.6 | - |
| YUV | 170.77 | 40.66 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 16 | 0 | 0.03 | 0.92 | 0.24 | 58.31 | 0.85 | 0.41 |
| Hex | C2 | BD | 10 | 0 | 3 | 5C | 18 | 3A | 55 | 29 |
| Octal | 302 | 275 | 20 | 0 | 3 | 134 | 30 | 72 | 125 | 51 |
| Binary | 11000010 | 10111101 | 10000 | 0 | 11 | 1011100 | 11000 | 111010 | 1010101 | 101001 |
Color Harmonies of #C2BD10
Complementary color
Monochromatic Colors of #C2BD10
Black with #C2BD10
Text Example
Text Example
White with #C2BD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD10; }
p { color: rgb(194,189,16); }
H1.HeaderClassName
{
color: #C2BD10;
}
.AnyTagClassName
{
color: #C2BD10;
}
</style>
background-color css
<style>
a { background-color: #C2BD10; }
a { background-color: rgb(194,189,16); }
div.DivClassName
{
background-color: #C2BD10;
}
.BgClassName
{
background-color: #C2BD10;
}
</style>
border-color css
<style>
span { border-color: #C2BD10; }
span { border-color: rgb(194,189,16); }
td.TdClassName
{
border-color: #C2BD10;
}
.TagClassName
{
border-color: #C2BD10;
}
</style>