Shades of La Rioja #C2AE08
Tints of La Rioja #C2AE08
RGB
CMYK
RGB Variations
Color information
#C2AE08 (or 0xC2AE08) is known color: La Rioja. HEX triplet: C2, AE and 08. RGB value is (194,174,8). Sum of RGB (Red+Green+Blue) = 194+174+8=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AE08 is #3D51F7. Grayscale: #A1A1A1. Windows color (decimal): -4018680 or 569026. OLE color: 569026.
HSL color Cylindrical-coordinate representation of color #C2AE08: hue angle of 53.55º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2AE08 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.24 |
| HSL | 53.55º | 0.92% | 0.4% | - |
| HSV(B) | 53.55º | 0.96% | 0.76% | - |
| XYZ | 37.43 | 41.76 | 6.32 | - |
| YUV | 161.06 | 41.63 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 8 | 0 | 0.10 | 0.96 | 0.24 | 53.55 | 0.92 | 0.4 |
| Hex | C2 | AE | 8 | 0 | A | 60 | 18 | 36 | 5C | 28 |
| Octal | 302 | 256 | 10 | 0 | 12 | 140 | 30 | 66 | 134 | 50 |
| Binary | 11000010 | 10101110 | 1000 | 0 | 1010 | 1100000 | 11000 | 110110 | 1011100 | 101000 |
Color Harmonies of #C2AE08
Complementary color
Monochromatic Colors of #C2AE08
Black with #C2AE08
Text Example
Text Example
White with #C2AE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE08; }
p { color: rgb(194,174,8); }
H1.HeaderClassName
{
color: #C2AE08;
}
.AnyTagClassName
{
color: #C2AE08;
}
</style>
background-color css
<style>
a { background-color: #C2AE08; }
a { background-color: rgb(194,174,8); }
div.DivClassName
{
background-color: #C2AE08;
}
.BgClassName
{
background-color: #C2AE08;
}
</style>
border-color css
<style>
span { border-color: #C2AE08; }
span { border-color: rgb(194,174,8); }
td.TdClassName
{
border-color: #C2AE08;
}
.TagClassName
{
border-color: #C2AE08;
}
</style>