Shades of La Rioja #C2BB05
Tints of La Rioja #C2BB05
RGB
CMYK
RGB Variations
Color information
#C2BB05 (or 0xC2BB05) is known color: La Rioja. HEX triplet: C2, BB and 05. RGB value is (194,187,5). Sum of RGB (Red+Green+Blue) = 194+187+5=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB05 is #3D44FA. Grayscale: #A9A9A9. Windows color (decimal): -4015355 or 375746. OLE color: 375746.
HSL color Cylindrical-coordinate representation of color #C2BB05: hue angle of 57.78º degrees, saturation: 0.95, 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 #C2BB05 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 5 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.24 |
| HSL | 57.78º | 0.95% | 0.39% | - |
| HSV(B) | 57.78º | 0.97% | 0.76% | - |
| XYZ | 40.05 | 47.02 | 7.11 | - |
| YUV | 168.35 | 35.82 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 5 | 0 | 0.04 | 0.97 | 0.24 | 57.78 | 0.95 | 0.39 |
| Hex | C2 | BB | 5 | 0 | 4 | 61 | 18 | 3A | 5F | 27 |
| Octal | 302 | 273 | 5 | 0 | 4 | 141 | 30 | 72 | 137 | 47 |
| Binary | 11000010 | 10111011 | 101 | 0 | 100 | 1100001 | 11000 | 111010 | 1011111 | 100111 |
Color Harmonies of #C2BB05
Complementary color
Monochromatic Colors of #C2BB05
Black with #C2BB05
Text Example
Text Example
White with #C2BB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB05; }
p { color: rgb(194,187,5); }
H1.HeaderClassName
{
color: #C2BB05;
}
.AnyTagClassName
{
color: #C2BB05;
}
</style>
background-color css
<style>
a { background-color: #C2BB05; }
a { background-color: rgb(194,187,5); }
div.DivClassName
{
background-color: #C2BB05;
}
.BgClassName
{
background-color: #C2BB05;
}
</style>
border-color css
<style>
span { border-color: #C2BB05; }
span { border-color: rgb(194,187,5); }
td.TdClassName
{
border-color: #C2BB05;
}
.TagClassName
{
border-color: #C2BB05;
}
</style>