Shades of La Rioja #C2AF08
Tints of La Rioja #C2AF08
RGB
CMYK
RGB Variations
Color information
#C2AF08 (or 0xC2AF08) is known color: La Rioja. HEX triplet: C2, AF and 08. RGB value is (194,175,8). Sum of RGB (Red+Green+Blue) = 194+175+8=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF08 is #3D50F7. Grayscale: #A2A2A2. Windows color (decimal): -4018424 or 569282. OLE color: 569282.
HSL color Cylindrical-coordinate representation of color #C2AF08: hue angle of 53.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2AF08 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.24 |
| HSL | 53.87º | 0.92% | 0.4% | - |
| HSV(B) | 53.87º | 0.96% | 0.76% | - |
| XYZ | 37.62 | 42.15 | 6.38 | - |
| YUV | 161.64 | 41.29 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 8 | 0 | 0.10 | 0.96 | 0.24 | 53.87 | 0.92 | 0.4 |
| Hex | C2 | AF | 8 | 0 | A | 60 | 18 | 36 | 5C | 28 |
| Octal | 302 | 257 | 10 | 0 | 12 | 140 | 30 | 66 | 134 | 50 |
| Binary | 11000010 | 10101111 | 1000 | 0 | 1010 | 1100000 | 11000 | 110110 | 1011100 | 101000 |
Color Harmonies of #C2AF08
Complementary color
Monochromatic Colors of #C2AF08
Black with #C2AF08
Text Example
Text Example
White with #C2AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF08; }
p { color: rgb(194,175,8); }
H1.HeaderClassName
{
color: #C2AF08;
}
.AnyTagClassName
{
color: #C2AF08;
}
</style>
background-color css
<style>
a { background-color: #C2AF08; }
a { background-color: rgb(194,175,8); }
div.DivClassName
{
background-color: #C2AF08;
}
.BgClassName
{
background-color: #C2AF08;
}
</style>
border-color css
<style>
span { border-color: #C2AF08; }
span { border-color: rgb(194,175,8); }
td.TdClassName
{
border-color: #C2AF08;
}
.TagClassName
{
border-color: #C2AF08;
}
</style>