Shades of La Rioja #C2BF15
Tints of La Rioja #C2BF15
RGB
CMYK
RGB Variations
Color information
#C2BF15 (or 0xC2BF15) is known color: La Rioja. HEX triplet: C2, BF and 15. RGB value is (194,191,21). Sum of RGB (Red+Green+Blue) = 194+191+21=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF15 is #3D40EA. Grayscale: #ADADAD. Windows color (decimal): -4014315 or 1425346. OLE color: 1425346.
HSL color Cylindrical-coordinate representation of color #C2BF15: hue angle of 58.96º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2BF15 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 21 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.24 |
| HSL | 58.96º | 0.8% | 0.42% | - |
| HSV(B) | 58.96º | 0.89% | 0.76% | - |
| XYZ | 41.01 | 48.79 | 7.96 | - |
| YUV | 172.52 | 42.49 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 21 | 0 | 0.02 | 0.89 | 0.24 | 58.96 | 0.8 | 0.42 |
| Hex | C2 | BF | 15 | 0 | 2 | 59 | 18 | 3B | 50 | 2A |
| Octal | 302 | 277 | 25 | 0 | 2 | 131 | 30 | 73 | 120 | 52 |
| Binary | 11000010 | 10111111 | 10101 | 0 | 10 | 1011001 | 11000 | 111011 | 1010000 | 101010 |
Color Harmonies of #C2BF15
Complementary color
Monochromatic Colors of #C2BF15
Black with #C2BF15
Text Example
Text Example
White with #C2BF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF15; }
p { color: rgb(194,191,21); }
H1.HeaderClassName
{
color: #C2BF15;
}
.AnyTagClassName
{
color: #C2BF15;
}
</style>
background-color css
<style>
a { background-color: #C2BF15; }
a { background-color: rgb(194,191,21); }
div.DivClassName
{
background-color: #C2BF15;
}
.BgClassName
{
background-color: #C2BF15;
}
</style>
border-color css
<style>
span { border-color: #C2BF15; }
span { border-color: rgb(194,191,21); }
td.TdClassName
{
border-color: #C2BF15;
}
.TagClassName
{
border-color: #C2BF15;
}
</style>