Shades of La Rioja #C2BF13
Tints of La Rioja #C2BF13
RGB
CMYK
RGB Variations
Color information
#C2BF13 (or 0xC2BF13) is known color: La Rioja. HEX triplet: C2, BF and 13. RGB value is (194,191,19). Sum of RGB (Red+Green+Blue) = 194+191+19=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF13 is #3D40EC. Grayscale: #ACACAC. Windows color (decimal): -4014317 or 1294274. OLE color: 1294274.
HSL color Cylindrical-coordinate representation of color #C2BF13: hue angle of 58.97º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2BF13 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 19 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.24 |
| HSL | 58.97º | 0.82% | 0.42% | - |
| HSV(B) | 58.97º | 0.9% | 0.76% | - |
| XYZ | 41 | 48.78 | 7.87 | - |
| YUV | 172.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 19 | 0 | 0.02 | 0.90 | 0.24 | 58.97 | 0.82 | 0.42 |
| Hex | C2 | BF | 13 | 0 | 2 | 5A | 18 | 3B | 52 | 2A |
| Octal | 302 | 277 | 23 | 0 | 2 | 132 | 30 | 73 | 122 | 52 |
| Binary | 11000010 | 10111111 | 10011 | 0 | 10 | 1011010 | 11000 | 111011 | 1010010 | 101010 |
Color Harmonies of #C2BF13
Complementary color
Monochromatic Colors of #C2BF13
Black with #C2BF13
Text Example
Text Example
White with #C2BF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF13; }
p { color: rgb(194,191,19); }
H1.HeaderClassName
{
color: #C2BF13;
}
.AnyTagClassName
{
color: #C2BF13;
}
</style>
background-color css
<style>
a { background-color: #C2BF13; }
a { background-color: rgb(194,191,19); }
div.DivClassName
{
background-color: #C2BF13;
}
.BgClassName
{
background-color: #C2BF13;
}
</style>
border-color css
<style>
span { border-color: #C2BF13; }
span { border-color: rgb(194,191,19); }
td.TdClassName
{
border-color: #C2BF13;
}
.TagClassName
{
border-color: #C2BF13;
}
</style>