Shades of La Rioja #C2BF16
Tints of La Rioja #C2BF16
RGB
CMYK
RGB Variations
Color information
#C2BF16 (or 0xC2BF16) is known color: La Rioja. HEX triplet: C2, BF and 16. RGB value is (194,191,22). Sum of RGB (Red+Green+Blue) = 194+191+22=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF16 is #3D40E9. Grayscale: #ADADAD. Windows color (decimal): -4014314 or 1490882. OLE color: 1490882.
HSL color Cylindrical-coordinate representation of color #C2BF16: hue angle of 58.95º 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 #C2BF16 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 22 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.24 |
| HSL | 58.95º | 0.8% | 0.42% | - |
| HSV(B) | 58.95º | 0.89% | 0.76% | - |
| XYZ | 41.02 | 48.79 | 8.01 | - |
| YUV | 172.63 | 42.99 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 22 | 0 | 0.02 | 0.89 | 0.24 | 58.95 | 0.8 | 0.42 |
| Hex | C2 | BF | 16 | 0 | 2 | 59 | 18 | 3B | 50 | 2A |
| Octal | 302 | 277 | 26 | 0 | 2 | 131 | 30 | 73 | 120 | 52 |
| Binary | 11000010 | 10111111 | 10110 | 0 | 10 | 1011001 | 11000 | 111011 | 1010000 | 101010 |
Color Harmonies of #C2BF16
Complementary color
Monochromatic Colors of #C2BF16
Black with #C2BF16
Text Example
Text Example
White with #C2BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF16; }
p { color: rgb(194,191,22); }
H1.HeaderClassName
{
color: #C2BF16;
}
.AnyTagClassName
{
color: #C2BF16;
}
</style>
background-color css
<style>
a { background-color: #C2BF16; }
a { background-color: rgb(194,191,22); }
div.DivClassName
{
background-color: #C2BF16;
}
.BgClassName
{
background-color: #C2BF16;
}
</style>
border-color css
<style>
span { border-color: #C2BF16; }
span { border-color: rgb(194,191,22); }
td.TdClassName
{
border-color: #C2BF16;
}
.TagClassName
{
border-color: #C2BF16;
}
</style>