Shades of La Rioja #C2AF04
Tints of La Rioja #C2AF04
RGB
CMYK
RGB Variations
Color information
#C2AF04 (or 0xC2AF04) is known color: La Rioja. HEX triplet: C2, AF and 04. RGB value is (194,175,4). Sum of RGB (Red+Green+Blue) = 194+175+4=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF04 is #3D50FB. Grayscale: #A1A1A1. Windows color (decimal): -4018428 or 307138. OLE color: 307138.
HSL color Cylindrical-coordinate representation of color #C2AF04: hue angle of 54º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2AF04 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.24 |
| HSL | 54º | 0.96% | 0.39% | - |
| HSV(B) | 54º | 0.98% | 0.76% | - |
| XYZ | 37.6 | 42.14 | 6.27 | - |
| YUV | 161.19 | 39.29 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 4 | 0 | 0.10 | 0.98 | 0.24 | 54 | 0.96 | 0.39 |
| Hex | C2 | AF | 4 | 0 | A | 62 | 18 | 36 | 60 | 27 |
| Octal | 302 | 257 | 4 | 0 | 12 | 142 | 30 | 66 | 140 | 47 |
| Binary | 11000010 | 10101111 | 100 | 0 | 1010 | 1100010 | 11000 | 110110 | 1100000 | 100111 |
Color Harmonies of #C2AF04
Complementary color
Monochromatic Colors of #C2AF04
Black with #C2AF04
Text Example
Text Example
White with #C2AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF04; }
p { color: rgb(194,175,4); }
H1.HeaderClassName
{
color: #C2AF04;
}
.AnyTagClassName
{
color: #C2AF04;
}
</style>
background-color css
<style>
a { background-color: #C2AF04; }
a { background-color: rgb(194,175,4); }
div.DivClassName
{
background-color: #C2AF04;
}
.BgClassName
{
background-color: #C2AF04;
}
</style>
border-color css
<style>
span { border-color: #C2AF04; }
span { border-color: rgb(194,175,4); }
td.TdClassName
{
border-color: #C2AF04;
}
.TagClassName
{
border-color: #C2AF04;
}
</style>