Shades of La Rioja #C4BA0F
Tints of La Rioja #C4BA0F
RGB
CMYK
RGB Variations
Color information
#C4BA0F (or 0xC4BA0F) is known color: La Rioja. HEX triplet: C4, BA and 0F. RGB value is (196,186,15). Sum of RGB (Red+Green+Blue) = 196+186+15=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA0F is #3B45F0. Grayscale: #AAAAAA. Windows color (decimal): -3884529 or 1030852. OLE color: 1030852.
HSL color Cylindrical-coordinate representation of color #C4BA0F: hue angle of 56.69º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4BA0F is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 15 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.23 |
| HSL | 56.69º | 0.86% | 0.41% | - |
| HSV(B) | 56.69º | 0.92% | 0.77% | - |
| XYZ | 40.41 | 46.89 | 7.37 | - |
| YUV | 169.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 15 | 0 | 0.05 | 0.92 | 0.23 | 56.69 | 0.86 | 0.41 |
| Hex | C4 | BA | F | 0 | 5 | 5C | 17 | 39 | 56 | 29 |
| Octal | 304 | 272 | 17 | 0 | 5 | 134 | 27 | 71 | 126 | 51 |
| Binary | 11000100 | 10111010 | 1111 | 0 | 101 | 1011100 | 10111 | 111001 | 1010110 | 101001 |
Color Harmonies of #C4BA0F
Complementary color
Monochromatic Colors of #C4BA0F
Black with #C4BA0F
Text Example
Text Example
White with #C4BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA0F; }
p { color: rgb(196,186,15); }
H1.HeaderClassName
{
color: #C4BA0F;
}
.AnyTagClassName
{
color: #C4BA0F;
}
</style>
background-color css
<style>
a { background-color: #C4BA0F; }
a { background-color: rgb(196,186,15); }
div.DivClassName
{
background-color: #C4BA0F;
}
.BgClassName
{
background-color: #C4BA0F;
}
</style>
border-color css
<style>
span { border-color: #C4BA0F; }
span { border-color: rgb(196,186,15); }
td.TdClassName
{
border-color: #C4BA0F;
}
.TagClassName
{
border-color: #C4BA0F;
}
</style>