Shades of La Rioja #C3AF07
Tints of La Rioja #C3AF07
RGB
CMYK
RGB Variations
Color information
#C3AF07 (or 0xC3AF07) is known color: La Rioja. HEX triplet: C3, AF and 07. RGB value is (195,175,7). Sum of RGB (Red+Green+Blue) = 195+175+7=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF07 is #3C50F8. Grayscale: #A2A2A2. Windows color (decimal): -3952889 or 503747. OLE color: 503747.
HSL color Cylindrical-coordinate representation of color #C3AF07: hue angle of 53.62º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3AF07 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 7 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.24 |
| HSL | 53.62º | 0.93% | 0.4% | - |
| HSV(B) | 53.62º | 0.96% | 0.76% | - |
| XYZ | 37.87 | 42.28 | 6.37 | - |
| YUV | 161.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 7 | 0 | 0.10 | 0.96 | 0.24 | 53.62 | 0.93 | 0.4 |
| Hex | C3 | AF | 7 | 0 | A | 60 | 18 | 36 | 5D | 28 |
| Octal | 303 | 257 | 7 | 0 | 12 | 140 | 30 | 66 | 135 | 50 |
| Binary | 11000011 | 10101111 | 111 | 0 | 1010 | 1100000 | 11000 | 110110 | 1011101 | 101000 |
Color Harmonies of #C3AF07
Complementary color
Monochromatic Colors of #C3AF07
Black with #C3AF07
Text Example
Text Example
White with #C3AF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF07; }
p { color: rgb(195,175,7); }
H1.HeaderClassName
{
color: #C3AF07;
}
.AnyTagClassName
{
color: #C3AF07;
}
</style>
background-color css
<style>
a { background-color: #C3AF07; }
a { background-color: rgb(195,175,7); }
div.DivClassName
{
background-color: #C3AF07;
}
.BgClassName
{
background-color: #C3AF07;
}
</style>
border-color css
<style>
span { border-color: #C3AF07; }
span { border-color: rgb(195,175,7); }
td.TdClassName
{
border-color: #C3AF07;
}
.TagClassName
{
border-color: #C3AF07;
}
</style>