Shades of La Rioja #C3AF0B
Tints of La Rioja #C3AF0B
RGB
CMYK
RGB Variations
Color information
#C3AF0B (or 0xC3AF0B) is known color: La Rioja. HEX triplet: C3, AF and 0B. RGB value is (195,175,11). Sum of RGB (Red+Green+Blue) = 195+175+11=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF0B is #3C50F4. Grayscale: #A2A2A2. Windows color (decimal): -3952885 or 765891. OLE color: 765891.
HSL color Cylindrical-coordinate representation of color #C3AF0B: hue angle of 53.48º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3AF0B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 11 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.24 |
| HSL | 53.48º | 0.89% | 0.4% | - |
| HSV(B) | 53.48º | 0.94% | 0.76% | - |
| XYZ | 37.9 | 42.29 | 6.48 | - |
| YUV | 162.28 | 42.63 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 11 | 0 | 0.10 | 0.94 | 0.24 | 53.48 | 0.89 | 0.4 |
| Hex | C3 | AF | B | 0 | A | 5E | 18 | 35 | 59 | 28 |
| Octal | 303 | 257 | 13 | 0 | 12 | 136 | 30 | 65 | 131 | 50 |
| Binary | 11000011 | 10101111 | 1011 | 0 | 1010 | 1011110 | 11000 | 110101 | 1011001 | 101000 |
Color Harmonies of #C3AF0B
Complementary color
Monochromatic Colors of #C3AF0B
Black with #C3AF0B
Text Example
Text Example
White with #C3AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF0B; }
p { color: rgb(195,175,11); }
H1.HeaderClassName
{
color: #C3AF0B;
}
.AnyTagClassName
{
color: #C3AF0B;
}
</style>
background-color css
<style>
a { background-color: #C3AF0B; }
a { background-color: rgb(195,175,11); }
div.DivClassName
{
background-color: #C3AF0B;
}
.BgClassName
{
background-color: #C3AF0B;
}
</style>
border-color css
<style>
span { border-color: #C3AF0B; }
span { border-color: rgb(195,175,11); }
td.TdClassName
{
border-color: #C3AF0B;
}
.TagClassName
{
border-color: #C3AF0B;
}
</style>