Shades of La Rioja #C0AD06
Tints of La Rioja #C0AD06
RGB
CMYK
RGB Variations
Color information
#C0AD06 (or 0xC0AD06) is known color: La Rioja. HEX triplet: C0, AD and 06. RGB value is (192,173,6). Sum of RGB (Red+Green+Blue) = 192+173+6=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AD06 is #3F52F9. Grayscale: #A0A0A0. Windows color (decimal): -4150010 or 437696. OLE color: 437696.
HSL color Cylindrical-coordinate representation of color #C0AD06: hue angle of 53.87º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0AD06 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 6 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.25 |
| HSL | 53.87º | 0.94% | 0.39% | - |
| HSV(B) | 53.87º | 0.97% | 0.75% | - |
| XYZ | 36.71 | 41.11 | 6.17 | - |
| YUV | 159.64 | 41.29 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 6 | 0 | 0.10 | 0.97 | 0.25 | 53.87 | 0.94 | 0.39 |
| Hex | C0 | AD | 6 | 0 | A | 61 | 19 | 36 | 5E | 27 |
| Octal | 300 | 255 | 6 | 0 | 12 | 141 | 31 | 66 | 136 | 47 |
| Binary | 11000000 | 10101101 | 110 | 0 | 1010 | 1100001 | 11001 | 110110 | 1011110 | 100111 |
Color Harmonies of #C0AD06
Complementary color
Monochromatic Colors of #C0AD06
Black with #C0AD06
Text Example
Text Example
White with #C0AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD06; }
p { color: rgb(192,173,6); }
H1.HeaderClassName
{
color: #C0AD06;
}
.AnyTagClassName
{
color: #C0AD06;
}
</style>
background-color css
<style>
a { background-color: #C0AD06; }
a { background-color: rgb(192,173,6); }
div.DivClassName
{
background-color: #C0AD06;
}
.BgClassName
{
background-color: #C0AD06;
}
</style>
border-color css
<style>
span { border-color: #C0AD06; }
span { border-color: rgb(192,173,6); }
td.TdClassName
{
border-color: #C0AD06;
}
.TagClassName
{
border-color: #C0AD06;
}
</style>