Shades of La Rioja #C3AF00
Tints of La Rioja #C3AF00
RGB
CMYK
RGB Variations
Color information
#C3AF00 (or 0xC3AF00) is known color: La Rioja. HEX triplet: C3, AF and 00. RGB value is (195,175,0). Sum of RGB (Red+Green+Blue) = 195+175+0=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF00 is #3C50FF. Grayscale: #A1A1A1. Windows color (decimal): -3952896 or 44995. OLE color: 44995.
HSL color Cylindrical-coordinate representation of color #C3AF00: hue angle of 53.85º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3AF00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.24 |
| HSL | 53.85º | 1% | 0.38% | - |
| HSV(B) | 53.85º | 1% | 0.76% | - |
| XYZ | 37.84 | 42.26 | 6.16 | - |
| YUV | 161.03 | 37.13 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 0 | 0 | 0.10 | 1 | 0.24 | 53.85 | 1 | 0.38 |
| Hex | C3 | AF | 0 | 0 | A | 64 | 18 | 36 | 64 | 26 |
| Octal | 303 | 257 | 0 | 0 | 12 | 144 | 30 | 66 | 144 | 46 |
| Binary | 11000011 | 10101111 | 0 | 0 | 1010 | 1100100 | 11000 | 110110 | 1100100 | 100110 |
Color Harmonies of #C3AF00
Complementary color
Monochromatic Colors of #C3AF00
Black with #C3AF00
Text Example
Text Example
White with #C3AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF00; }
p { color: rgb(195,175,0); }
H1.HeaderClassName
{
color: #C3AF00;
}
.AnyTagClassName
{
color: #C3AF00;
}
</style>
background-color css
<style>
a { background-color: #C3AF00; }
a { background-color: rgb(195,175,0); }
div.DivClassName
{
background-color: #C3AF00;
}
.BgClassName
{
background-color: #C3AF00;
}
</style>
border-color css
<style>
span { border-color: #C3AF00; }
span { border-color: rgb(195,175,0); }
td.TdClassName
{
border-color: #C3AF00;
}
.TagClassName
{
border-color: #C3AF00;
}
</style>