Shades of La Rioja #C3AF02
Tints of La Rioja #C3AF02
RGB
CMYK
RGB Variations
Color information
#C3AF02 (or 0xC3AF02) is known color: La Rioja. HEX triplet: C3, AF and 02. RGB value is (195,175,2). Sum of RGB (Red+Green+Blue) = 195+175+2=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF02 is #3C50FD. Grayscale: #A1A1A1. Windows color (decimal): -3952894 or 176067. OLE color: 176067.
HSL color Cylindrical-coordinate representation of color #C3AF02: hue angle of 53.78º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3AF02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.24 |
| HSL | 53.78º | 0.98% | 0.39% | - |
| HSV(B) | 53.78º | 0.99% | 0.76% | - |
| XYZ | 37.85 | 42.27 | 6.22 | - |
| YUV | 161.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 2 | 0 | 0.10 | 0.99 | 0.24 | 53.78 | 0.98 | 0.39 |
| Hex | C3 | AF | 2 | 0 | A | 63 | 18 | 36 | 62 | 27 |
| Octal | 303 | 257 | 2 | 0 | 12 | 143 | 30 | 66 | 142 | 47 |
| Binary | 11000011 | 10101111 | 10 | 0 | 1010 | 1100011 | 11000 | 110110 | 1100010 | 100111 |
Color Harmonies of #C3AF02
Complementary color
Monochromatic Colors of #C3AF02
Black with #C3AF02
Text Example
Text Example
White with #C3AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF02; }
p { color: rgb(195,175,2); }
H1.HeaderClassName
{
color: #C3AF02;
}
.AnyTagClassName
{
color: #C3AF02;
}
</style>
background-color css
<style>
a { background-color: #C3AF02; }
a { background-color: rgb(195,175,2); }
div.DivClassName
{
background-color: #C3AF02;
}
.BgClassName
{
background-color: #C3AF02;
}
</style>
border-color css
<style>
span { border-color: #C3AF02; }
span { border-color: rgb(195,175,2); }
td.TdClassName
{
border-color: #C3AF02;
}
.TagClassName
{
border-color: #C3AF02;
}
</style>