Shades of La Rioja #C2AF02
Tints of La Rioja #C2AF02
RGB
CMYK
RGB Variations
Color information
#C2AF02 (or 0xC2AF02) is known color: La Rioja. HEX triplet: C2, AF and 02. RGB value is (194,175,2). Sum of RGB (Red+Green+Blue) = 194+175+2=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF02 is #3D50FD. Grayscale: #A1A1A1. Windows color (decimal): -4018430 or 176066. OLE color: 176066.
HSL color Cylindrical-coordinate representation of color #C2AF02: hue angle of 54.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2AF02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.24 |
| HSL | 54.06º | 0.98% | 0.38% | - |
| HSV(B) | 54.06º | 0.99% | 0.76% | - |
| XYZ | 37.59 | 42.13 | 6.21 | - |
| YUV | 160.96 | 38.29 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 2 | 0 | 0.10 | 0.99 | 0.24 | 54.06 | 0.98 | 0.38 |
| Hex | C2 | AF | 2 | 0 | A | 63 | 18 | 36 | 62 | 26 |
| Octal | 302 | 257 | 2 | 0 | 12 | 143 | 30 | 66 | 142 | 46 |
| Binary | 11000010 | 10101111 | 10 | 0 | 1010 | 1100011 | 11000 | 110110 | 1100010 | 100110 |
Color Harmonies of #C2AF02
Complementary color
Monochromatic Colors of #C2AF02
Black with #C2AF02
Text Example
Text Example
White with #C2AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF02; }
p { color: rgb(194,175,2); }
H1.HeaderClassName
{
color: #C2AF02;
}
.AnyTagClassName
{
color: #C2AF02;
}
</style>
background-color css
<style>
a { background-color: #C2AF02; }
a { background-color: rgb(194,175,2); }
div.DivClassName
{
background-color: #C2AF02;
}
.BgClassName
{
background-color: #C2AF02;
}
</style>
border-color css
<style>
span { border-color: #C2AF02; }
span { border-color: rgb(194,175,2); }
td.TdClassName
{
border-color: #C2AF02;
}
.TagClassName
{
border-color: #C2AF02;
}
</style>