Shades of La Rioja #C4AD06
Tints of La Rioja #C4AD06
RGB
CMYK
RGB Variations
Color information
#C4AD06 (or 0xC4AD06) is known color: La Rioja. HEX triplet: C4, AD and 06. RGB value is (196,173,6). Sum of RGB (Red+Green+Blue) = 196+173+6=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AD06 is #3B52F9. Grayscale: #A1A1A1. Windows color (decimal): -3887866 or 437700. OLE color: 437700.
HSL color Cylindrical-coordinate representation of color #C4AD06: hue angle of 52.74º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4AD06 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 6 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.23 |
| HSL | 52.74º | 0.94% | 0.4% | - |
| HSV(B) | 52.74º | 0.97% | 0.77% | - |
| XYZ | 37.74 | 41.64 | 6.22 | - |
| YUV | 160.84 | 40.62 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 6 | 0 | 0.12 | 0.97 | 0.23 | 52.74 | 0.94 | 0.4 |
| Hex | C4 | AD | 6 | 0 | C | 61 | 17 | 35 | 5E | 28 |
| Octal | 304 | 255 | 6 | 0 | 14 | 141 | 27 | 65 | 136 | 50 |
| Binary | 11000100 | 10101101 | 110 | 0 | 1100 | 1100001 | 10111 | 110101 | 1011110 | 101000 |
Color Harmonies of #C4AD06
Complementary color
Monochromatic Colors of #C4AD06
Black with #C4AD06
Text Example
Text Example
White with #C4AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD06; }
p { color: rgb(196,173,6); }
H1.HeaderClassName
{
color: #C4AD06;
}
.AnyTagClassName
{
color: #C4AD06;
}
</style>
background-color css
<style>
a { background-color: #C4AD06; }
a { background-color: rgb(196,173,6); }
div.DivClassName
{
background-color: #C4AD06;
}
.BgClassName
{
background-color: #C4AD06;
}
</style>
border-color css
<style>
span { border-color: #C4AD06; }
span { border-color: rgb(196,173,6); }
td.TdClassName
{
border-color: #C4AD06;
}
.TagClassName
{
border-color: #C4AD06;
}
</style>