Shades of La Rioja #C0AF01
Tints of La Rioja #C0AF01
RGB
CMYK
RGB Variations
Color information
#C0AF01 (or 0xC0AF01) is known color: La Rioja. HEX triplet: C0, AF and 01. RGB value is (192,175,1). Sum of RGB (Red+Green+Blue) = 192+175+1=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF01 is #3F50FE. Grayscale: #A0A0A0. Windows color (decimal): -4149503 or 110528. OLE color: 110528.
HSL color Cylindrical-coordinate representation of color #C0AF01: hue angle of 54.66º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0AF01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.25 |
| HSL | 54.66º | 0.99% | 0.38% | - |
| HSV(B) | 54.66º | 0.99% | 0.75% | - |
| XYZ | 37.07 | 41.87 | 6.16 | - |
| YUV | 160.25 | 38.13 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 1 | 0 | 0.09 | 0.99 | 0.25 | 54.66 | 0.99 | 0.38 |
| Hex | C0 | AF | 1 | 0 | 9 | 63 | 19 | 37 | 63 | 26 |
| Octal | 300 | 257 | 1 | 0 | 11 | 143 | 31 | 67 | 143 | 46 |
| Binary | 11000000 | 10101111 | 1 | 0 | 1001 | 1100011 | 11001 | 110111 | 1100011 | 100110 |
Color Harmonies of #C0AF01
Complementary color
Monochromatic Colors of #C0AF01
Black with #C0AF01
Text Example
Text Example
White with #C0AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF01; }
p { color: rgb(192,175,1); }
H1.HeaderClassName
{
color: #C0AF01;
}
.AnyTagClassName
{
color: #C0AF01;
}
</style>
background-color css
<style>
a { background-color: #C0AF01; }
a { background-color: rgb(192,175,1); }
div.DivClassName
{
background-color: #C0AF01;
}
.BgClassName
{
background-color: #C0AF01;
}
</style>
border-color css
<style>
span { border-color: #C0AF01; }
span { border-color: rgb(192,175,1); }
td.TdClassName
{
border-color: #C0AF01;
}
.TagClassName
{
border-color: #C0AF01;
}
</style>