Shades of La Rioja #C2AF03
Tints of La Rioja #C2AF03
RGB
CMYK
RGB Variations
Color information
#C2AF03 (or 0xC2AF03) is known color: La Rioja. HEX triplet: C2, AF and 03. RGB value is (194,175,3). Sum of RGB (Red+Green+Blue) = 194+175+3=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF03 is #3D50FC. Grayscale: #A1A1A1. Windows color (decimal): -4018429 or 241602. OLE color: 241602.
HSL color Cylindrical-coordinate representation of color #C2AF03: hue angle of 54.03º degrees, saturation: 0.97, 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 #C2AF03 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.24 |
| HSL | 54.03º | 0.97% | 0.39% | - |
| HSV(B) | 54.03º | 0.98% | 0.76% | - |
| XYZ | 37.59 | 42.14 | 6.24 | - |
| YUV | 161.07 | 38.79 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 3 | 0 | 0.10 | 0.98 | 0.24 | 54.03 | 0.97 | 0.39 |
| Hex | C2 | AF | 3 | 0 | A | 62 | 18 | 36 | 61 | 27 |
| Octal | 302 | 257 | 3 | 0 | 12 | 142 | 30 | 66 | 141 | 47 |
| Binary | 11000010 | 10101111 | 11 | 0 | 1010 | 1100010 | 11000 | 110110 | 1100001 | 100111 |
Color Harmonies of #C2AF03
Complementary color
Monochromatic Colors of #C2AF03
Black with #C2AF03
Text Example
Text Example
White with #C2AF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF03; }
p { color: rgb(194,175,3); }
H1.HeaderClassName
{
color: #C2AF03;
}
.AnyTagClassName
{
color: #C2AF03;
}
</style>
background-color css
<style>
a { background-color: #C2AF03; }
a { background-color: rgb(194,175,3); }
div.DivClassName
{
background-color: #C2AF03;
}
.BgClassName
{
background-color: #C2AF03;
}
</style>
border-color css
<style>
span { border-color: #C2AF03; }
span { border-color: rgb(194,175,3); }
td.TdClassName
{
border-color: #C2AF03;
}
.TagClassName
{
border-color: #C2AF03;
}
</style>