Shades of La Rioja #C3AB01
Tints of La Rioja #C3AB01
RGB
CMYK
RGB Variations
Color information
#C3AB01 (or 0xC3AB01) is known color: La Rioja. HEX triplet: C3, AB and 01. RGB value is (195,171,1). Sum of RGB (Red+Green+Blue) = 195+171+1=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AB01 is #3C54FE. Grayscale: #9F9F9F. Windows color (decimal): -3953919 or 109507. OLE color: 109507.
HSL color Cylindrical-coordinate representation of color #C3AB01: hue angle of 52.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3AB01 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.24 |
| HSL | 52.58º | 0.99% | 0.38% | - |
| HSV(B) | 52.58º | 0.99% | 0.76% | - |
| XYZ | 37.07 | 40.73 | 5.94 | - |
| YUV | 158.8 | 38.95 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 1 | 0 | 0.12 | 0.99 | 0.24 | 52.58 | 0.99 | 0.38 |
| Hex | C3 | AB | 1 | 0 | C | 63 | 18 | 35 | 63 | 26 |
| Octal | 303 | 253 | 1 | 0 | 14 | 143 | 30 | 65 | 143 | 46 |
| Binary | 11000011 | 10101011 | 1 | 0 | 1100 | 1100011 | 11000 | 110101 | 1100011 | 100110 |
Color Harmonies of #C3AB01
Complementary color
Monochromatic Colors of #C3AB01
Black with #C3AB01
Text Example
Text Example
White with #C3AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AB01; }
p { color: rgb(195,171,1); }
H1.HeaderClassName
{
color: #C3AB01;
}
.AnyTagClassName
{
color: #C3AB01;
}
</style>
background-color css
<style>
a { background-color: #C3AB01; }
a { background-color: rgb(195,171,1); }
div.DivClassName
{
background-color: #C3AB01;
}
.BgClassName
{
background-color: #C3AB01;
}
</style>
border-color css
<style>
span { border-color: #C3AB01; }
span { border-color: rgb(195,171,1); }
td.TdClassName
{
border-color: #C3AB01;
}
.TagClassName
{
border-color: #C3AB01;
}
</style>