Shades of La Rioja #C4BB12
Tints of La Rioja #C4BB12
RGB
CMYK
RGB Variations
Color information
#C4BB12 (or 0xC4BB12) is known color: La Rioja. HEX triplet: C4, BB and 12. RGB value is (196,187,18). Sum of RGB (Red+Green+Blue) = 196+187+18=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BB12 is #3B44ED. Grayscale: #ABABAB. Windows color (decimal): -3884270 or 1227716. OLE color: 1227716.
HSL color Cylindrical-coordinate representation of color #C4BB12: hue angle of 56.97º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4BB12 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 18 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.23 |
| HSL | 56.97º | 0.83% | 0.42% | - |
| HSV(B) | 56.97º | 0.91% | 0.77% | - |
| XYZ | 40.64 | 47.32 | 7.56 | - |
| YUV | 170.43 | 41.98 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 18 | 0 | 0.05 | 0.91 | 0.23 | 56.97 | 0.83 | 0.42 |
| Hex | C4 | BB | 12 | 0 | 5 | 5B | 17 | 39 | 53 | 2A |
| Octal | 304 | 273 | 22 | 0 | 5 | 133 | 27 | 71 | 123 | 52 |
| Binary | 11000100 | 10111011 | 10010 | 0 | 101 | 1011011 | 10111 | 111001 | 1010011 | 101010 |
Color Harmonies of #C4BB12
Complementary color
Monochromatic Colors of #C4BB12
Black with #C4BB12
Text Example
Text Example
White with #C4BB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB12; }
p { color: rgb(196,187,18); }
H1.HeaderClassName
{
color: #C4BB12;
}
.AnyTagClassName
{
color: #C4BB12;
}
</style>
background-color css
<style>
a { background-color: #C4BB12; }
a { background-color: rgb(196,187,18); }
div.DivClassName
{
background-color: #C4BB12;
}
.BgClassName
{
background-color: #C4BB12;
}
</style>
border-color css
<style>
span { border-color: #C4BB12; }
span { border-color: rgb(196,187,18); }
td.TdClassName
{
border-color: #C4BB12;
}
.TagClassName
{
border-color: #C4BB12;
}
</style>