Shades of La Rioja #C3AD0C
Tints of La Rioja #C3AD0C
RGB
CMYK
RGB Variations
Color information
#C3AD0C (or 0xC3AD0C) is known color: La Rioja. HEX triplet: C3, AD and 0C. RGB value is (195,173,12). Sum of RGB (Red+Green+Blue) = 195+173+12=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AD0C is #3C52F3. Grayscale: #A1A1A1. Windows color (decimal): -3953396 or 830915. OLE color: 830915.
HSL color Cylindrical-coordinate representation of color #C3AD0C: hue angle of 52.79º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3AD0C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.24 |
| HSL | 52.79º | 0.88% | 0.41% | - |
| HSV(B) | 52.79º | 0.94% | 0.76% | - |
| XYZ | 37.52 | 41.52 | 6.38 | - |
| YUV | 161.22 | 43.79 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 12 | 0 | 0.11 | 0.94 | 0.24 | 52.79 | 0.88 | 0.41 |
| Hex | C3 | AD | C | 0 | B | 5E | 18 | 35 | 58 | 29 |
| Octal | 303 | 255 | 14 | 0 | 13 | 136 | 30 | 65 | 130 | 51 |
| Binary | 11000011 | 10101101 | 1100 | 0 | 1011 | 1011110 | 11000 | 110101 | 1011000 | 101001 |
Color Harmonies of #C3AD0C
Complementary color
Monochromatic Colors of #C3AD0C
Black with #C3AD0C
Text Example
Text Example
White with #C3AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD0C; }
p { color: rgb(195,173,12); }
H1.HeaderClassName
{
color: #C3AD0C;
}
.AnyTagClassName
{
color: #C3AD0C;
}
</style>
background-color css
<style>
a { background-color: #C3AD0C; }
a { background-color: rgb(195,173,12); }
div.DivClassName
{
background-color: #C3AD0C;
}
.BgClassName
{
background-color: #C3AD0C;
}
</style>
border-color css
<style>
span { border-color: #C3AD0C; }
span { border-color: rgb(195,173,12); }
td.TdClassName
{
border-color: #C3AD0C;
}
.TagClassName
{
border-color: #C3AD0C;
}
</style>