Shades of La Rioja #C3AF0F
Tints of La Rioja #C3AF0F
RGB
CMYK
RGB Variations
Color information
#C3AF0F (or 0xC3AF0F) is known color: La Rioja. HEX triplet: C3, AF and 0F. RGB value is (195,175,15). Sum of RGB (Red+Green+Blue) = 195+175+15=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF0F is #3C50F0. Grayscale: #A3A3A3. Windows color (decimal): -3952881 or 1028035. OLE color: 1028035.
HSL color Cylindrical-coordinate representation of color #C3AF0F: hue angle of 53.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3AF0F is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 15 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.24 |
| HSL | 53.33º | 0.86% | 0.41% | - |
| HSV(B) | 53.33º | 0.92% | 0.76% | - |
| XYZ | 37.92 | 42.3 | 6.62 | - |
| YUV | 162.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 15 | 0 | 0.10 | 0.92 | 0.24 | 53.33 | 0.86 | 0.41 |
| Hex | C3 | AF | F | 0 | A | 5C | 18 | 35 | 56 | 29 |
| Octal | 303 | 257 | 17 | 0 | 12 | 134 | 30 | 65 | 126 | 51 |
| Binary | 11000011 | 10101111 | 1111 | 0 | 1010 | 1011100 | 11000 | 110101 | 1010110 | 101001 |
Color Harmonies of #C3AF0F
Complementary color
Monochromatic Colors of #C3AF0F
Black with #C3AF0F
Text Example
Text Example
White with #C3AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF0F; }
p { color: rgb(195,175,15); }
H1.HeaderClassName
{
color: #C3AF0F;
}
.AnyTagClassName
{
color: #C3AF0F;
}
</style>
background-color css
<style>
a { background-color: #C3AF0F; }
a { background-color: rgb(195,175,15); }
div.DivClassName
{
background-color: #C3AF0F;
}
.BgClassName
{
background-color: #C3AF0F;
}
</style>
border-color css
<style>
span { border-color: #C3AF0F; }
span { border-color: rgb(195,175,15); }
td.TdClassName
{
border-color: #C3AF0F;
}
.TagClassName
{
border-color: #C3AF0F;
}
</style>