Shades of La Rioja #C0AF0B
Tints of La Rioja #C0AF0B
RGB
CMYK
RGB Variations
Color information
#C0AF0B (or 0xC0AF0B) is known color: La Rioja. HEX triplet: C0, AF and 0B. RGB value is (192,175,11). Sum of RGB (Red+Green+Blue) = 192+175+11=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF0B is #3F50F4. Grayscale: #A2A2A2. Windows color (decimal): -4149493 or 765888. OLE color: 765888.
HSL color Cylindrical-coordinate representation of color #C0AF0B: hue angle of 54.36º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0AF0B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 11 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.25 |
| HSL | 54.36º | 0.89% | 0.4% | - |
| HSV(B) | 54.36º | 0.94% | 0.75% | - |
| XYZ | 37.13 | 41.89 | 6.45 | - |
| YUV | 161.39 | 43.13 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 11 | 0 | 0.09 | 0.94 | 0.25 | 54.36 | 0.89 | 0.4 |
| Hex | C0 | AF | B | 0 | 9 | 5E | 19 | 36 | 59 | 28 |
| Octal | 300 | 257 | 13 | 0 | 11 | 136 | 31 | 66 | 131 | 50 |
| Binary | 11000000 | 10101111 | 1011 | 0 | 1001 | 1011110 | 11001 | 110110 | 1011001 | 101000 |
Color Harmonies of #C0AF0B
Complementary color
Monochromatic Colors of #C0AF0B
Black with #C0AF0B
Text Example
Text Example
White with #C0AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF0B; }
p { color: rgb(192,175,11); }
H1.HeaderClassName
{
color: #C0AF0B;
}
.AnyTagClassName
{
color: #C0AF0B;
}
</style>
background-color css
<style>
a { background-color: #C0AF0B; }
a { background-color: rgb(192,175,11); }
div.DivClassName
{
background-color: #C0AF0B;
}
.BgClassName
{
background-color: #C0AF0B;
}
</style>
border-color css
<style>
span { border-color: #C0AF0B; }
span { border-color: rgb(192,175,11); }
td.TdClassName
{
border-color: #C0AF0B;
}
.TagClassName
{
border-color: #C0AF0B;
}
</style>