Shades of La Rioja #C2AD07
Tints of La Rioja #C2AD07
RGB
CMYK
RGB Variations
Color information
#C2AD07 (or 0xC2AD07) is known color: La Rioja. HEX triplet: C2, AD and 07. RGB value is (194,173,7). Sum of RGB (Red+Green+Blue) = 194+173+7=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AD07 is #3D52F8. Grayscale: #A1A1A1. Windows color (decimal): -4018937 or 503234. OLE color: 503234.
HSL color Cylindrical-coordinate representation of color #C2AD07: hue angle of 53.26º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2AD07 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 7 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.24 |
| HSL | 53.26º | 0.93% | 0.39% | - |
| HSV(B) | 53.26º | 0.96% | 0.76% | - |
| XYZ | 37.23 | 41.37 | 6.22 | - |
| YUV | 160.36 | 41.46 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 7 | 0 | 0.11 | 0.96 | 0.24 | 53.26 | 0.93 | 0.39 |
| Hex | C2 | AD | 7 | 0 | B | 60 | 18 | 35 | 5D | 27 |
| Octal | 302 | 255 | 7 | 0 | 13 | 140 | 30 | 65 | 135 | 47 |
| Binary | 11000010 | 10101101 | 111 | 0 | 1011 | 1100000 | 11000 | 110101 | 1011101 | 100111 |
Color Harmonies of #C2AD07
Complementary color
Monochromatic Colors of #C2AD07
Black with #C2AD07
Text Example
Text Example
White with #C2AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD07; }
p { color: rgb(194,173,7); }
H1.HeaderClassName
{
color: #C2AD07;
}
.AnyTagClassName
{
color: #C2AD07;
}
</style>
background-color css
<style>
a { background-color: #C2AD07; }
a { background-color: rgb(194,173,7); }
div.DivClassName
{
background-color: #C2AD07;
}
.BgClassName
{
background-color: #C2AD07;
}
</style>
border-color css
<style>
span { border-color: #C2AD07; }
span { border-color: rgb(194,173,7); }
td.TdClassName
{
border-color: #C2AD07;
}
.TagClassName
{
border-color: #C2AD07;
}
</style>