Shades of La Rioja #C2AE01
Tints of La Rioja #C2AE01
RGB
CMYK
RGB Variations
Color information
#C2AE01 (or 0xC2AE01) is known color: La Rioja. HEX triplet: C2, AE and 01. RGB value is (194,174,1). Sum of RGB (Red+Green+Blue) = 194+174+1=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AE01 is #3D51FE. Grayscale: #A0A0A0. Windows color (decimal): -4018687 or 110274. OLE color: 110274.
HSL color Cylindrical-coordinate representation of color #C2AE01: hue angle of 53.78º 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 #C2AE01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.24 |
| HSL | 53.78º | 0.99% | 0.38% | - |
| HSV(B) | 53.78º | 0.99% | 0.76% | - |
| XYZ | 37.39 | 41.74 | 6.12 | - |
| YUV | 160.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 1 | 0 | 0.10 | 0.99 | 0.24 | 53.78 | 0.99 | 0.38 |
| Hex | C2 | AE | 1 | 0 | A | 63 | 18 | 36 | 63 | 26 |
| Octal | 302 | 256 | 1 | 0 | 12 | 143 | 30 | 66 | 143 | 46 |
| Binary | 11000010 | 10101110 | 1 | 0 | 1010 | 1100011 | 11000 | 110110 | 1100011 | 100110 |
Color Harmonies of #C2AE01
Complementary color
Monochromatic Colors of #C2AE01
Black with #C2AE01
Text Example
Text Example
White with #C2AE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE01; }
p { color: rgb(194,174,1); }
H1.HeaderClassName
{
color: #C2AE01;
}
.AnyTagClassName
{
color: #C2AE01;
}
</style>
background-color css
<style>
a { background-color: #C2AE01; }
a { background-color: rgb(194,174,1); }
div.DivClassName
{
background-color: #C2AE01;
}
.BgClassName
{
background-color: #C2AE01;
}
</style>
border-color css
<style>
span { border-color: #C2AE01; }
span { border-color: rgb(194,174,1); }
td.TdClassName
{
border-color: #C2AE01;
}
.TagClassName
{
border-color: #C2AE01;
}
</style>