Shades of La Rioja #C2AD01
Tints of La Rioja #C2AD01
RGB
CMYK
RGB Variations
Color information
#C2AD01 (or 0xC2AD01) is known color: La Rioja. HEX triplet: C2, AD and 01. RGB value is (194,173,1). Sum of RGB (Red+Green+Blue) = 194+173+1=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AD01 is #3D52FE. Grayscale: #A0A0A0. Windows color (decimal): -4018943 or 110018. OLE color: 110018.
HSL color Cylindrical-coordinate representation of color #C2AD01: hue angle of 53.47º degrees, saturation: 0.99, 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 #C2AD01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.24 |
| HSL | 53.47º | 0.99% | 0.38% | - |
| HSV(B) | 53.47º | 0.99% | 0.76% | - |
| XYZ | 37.2 | 41.36 | 6.05 | - |
| YUV | 159.67 | 38.46 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 1 | 0 | 0.11 | 0.99 | 0.24 | 53.47 | 0.99 | 0.38 |
| Hex | C2 | AD | 1 | 0 | B | 63 | 18 | 35 | 63 | 26 |
| Octal | 302 | 255 | 1 | 0 | 13 | 143 | 30 | 65 | 143 | 46 |
| Binary | 11000010 | 10101101 | 1 | 0 | 1011 | 1100011 | 11000 | 110101 | 1100011 | 100110 |
Color Harmonies of #C2AD01
Complementary color
Monochromatic Colors of #C2AD01
Black with #C2AD01
Text Example
Text Example
White with #C2AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD01; }
p { color: rgb(194,173,1); }
H1.HeaderClassName
{
color: #C2AD01;
}
.AnyTagClassName
{
color: #C2AD01;
}
</style>
background-color css
<style>
a { background-color: #C2AD01; }
a { background-color: rgb(194,173,1); }
div.DivClassName
{
background-color: #C2AD01;
}
.BgClassName
{
background-color: #C2AD01;
}
</style>
border-color css
<style>
span { border-color: #C2AD01; }
span { border-color: rgb(194,173,1); }
td.TdClassName
{
border-color: #C2AD01;
}
.TagClassName
{
border-color: #C2AD01;
}
</style>