Shades of La Rioja #C2AC09
Tints of La Rioja #C2AC09
RGB
CMYK
RGB Variations
Color information
#C2AC09 (or 0xC2AC09) is known color: La Rioja. HEX triplet: C2, AC and 09. RGB value is (194,172,9). Sum of RGB (Red+Green+Blue) = 194+172+9=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AC09 is #3D53F6. Grayscale: #A0A0A0. Windows color (decimal): -4019191 or 634050. OLE color: 634050.
HSL color Cylindrical-coordinate representation of color #C2AC09: hue angle of 52.86º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2AC09 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 9 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.24 |
| HSL | 52.86º | 0.91% | 0.4% | - |
| HSV(B) | 52.86º | 0.95% | 0.76% | - |
| XYZ | 37.05 | 40.99 | 6.22 | - |
| YUV | 160 | 42.79 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 9 | 0 | 0.11 | 0.95 | 0.24 | 52.86 | 0.91 | 0.4 |
| Hex | C2 | AC | 9 | 0 | B | 5F | 18 | 35 | 5B | 28 |
| Octal | 302 | 254 | 11 | 0 | 13 | 137 | 30 | 65 | 133 | 50 |
| Binary | 11000010 | 10101100 | 1001 | 0 | 1011 | 1011111 | 11000 | 110101 | 1011011 | 101000 |
Color Harmonies of #C2AC09
Complementary color
Monochromatic Colors of #C2AC09
Black with #C2AC09
Text Example
Text Example
White with #C2AC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC09; }
p { color: rgb(194,172,9); }
H1.HeaderClassName
{
color: #C2AC09;
}
.AnyTagClassName
{
color: #C2AC09;
}
</style>
background-color css
<style>
a { background-color: #C2AC09; }
a { background-color: rgb(194,172,9); }
div.DivClassName
{
background-color: #C2AC09;
}
.BgClassName
{
background-color: #C2AC09;
}
</style>
border-color css
<style>
span { border-color: #C2AC09; }
span { border-color: rgb(194,172,9); }
td.TdClassName
{
border-color: #C2AC09;
}
.TagClassName
{
border-color: #C2AC09;
}
</style>