Shades of La Rioja #C2BB06
Tints of La Rioja #C2BB06
RGB
CMYK
RGB Variations
Color information
#C2BB06 (or 0xC2BB06) is known color: La Rioja. HEX triplet: C2, BB and 06. RGB value is (194,187,6). Sum of RGB (Red+Green+Blue) = 194+187+6=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB06 is #3D44F9. Grayscale: #A9A9A9. Windows color (decimal): -4015354 or 441282. OLE color: 441282.
HSL color Cylindrical-coordinate representation of color #C2BB06: hue angle of 57.77º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2BB06 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.24 |
| HSL | 57.77º | 0.94% | 0.39% | - |
| HSV(B) | 57.77º | 0.97% | 0.76% | - |
| XYZ | 40.05 | 47.02 | 7.14 | - |
| YUV | 168.46 | 36.32 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 6 | 0 | 0.04 | 0.97 | 0.24 | 57.77 | 0.94 | 0.39 |
| Hex | C2 | BB | 6 | 0 | 4 | 61 | 18 | 3A | 5E | 27 |
| Octal | 302 | 273 | 6 | 0 | 4 | 141 | 30 | 72 | 136 | 47 |
| Binary | 11000010 | 10111011 | 110 | 0 | 100 | 1100001 | 11000 | 111010 | 1011110 | 100111 |
Color Harmonies of #C2BB06
Complementary color
Monochromatic Colors of #C2BB06
Black with #C2BB06
Text Example
Text Example
White with #C2BB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB06; }
p { color: rgb(194,187,6); }
H1.HeaderClassName
{
color: #C2BB06;
}
.AnyTagClassName
{
color: #C2BB06;
}
</style>
background-color css
<style>
a { background-color: #C2BB06; }
a { background-color: rgb(194,187,6); }
div.DivClassName
{
background-color: #C2BB06;
}
.BgClassName
{
background-color: #C2BB06;
}
</style>
border-color css
<style>
span { border-color: #C2BB06; }
span { border-color: rgb(194,187,6); }
td.TdClassName
{
border-color: #C2BB06;
}
.TagClassName
{
border-color: #C2BB06;
}
</style>