Shades of La Rioja #C1AD01
Tints of La Rioja #C1AD01
RGB
CMYK
RGB Variations
Color information
#C1AD01 (or 0xC1AD01) is known color: La Rioja. HEX triplet: C1, AD and 01. RGB value is (193,173,1). Sum of RGB (Red+Green+Blue) = 193+173+1=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AD01 is #3E52FE. Grayscale: #A0A0A0. Windows color (decimal): -4084479 or 110017. OLE color: 110017.
HSL color Cylindrical-coordinate representation of color #C1AD01: hue angle of 53.75º 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 #C1AD01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.24 |
| HSL | 53.75º | 0.99% | 0.38% | - |
| HSV(B) | 53.75º | 0.99% | 0.76% | - |
| XYZ | 36.94 | 41.23 | 6.04 | - |
| YUV | 159.37 | 38.63 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 1 | 0 | 0.10 | 0.99 | 0.24 | 53.75 | 0.99 | 0.38 |
| Hex | C1 | AD | 1 | 0 | A | 63 | 18 | 36 | 63 | 26 |
| Octal | 301 | 255 | 1 | 0 | 12 | 143 | 30 | 66 | 143 | 46 |
| Binary | 11000001 | 10101101 | 1 | 0 | 1010 | 1100011 | 11000 | 110110 | 1100011 | 100110 |
Color Harmonies of #C1AD01
Complementary color
Monochromatic Colors of #C1AD01
Black with #C1AD01
Text Example
Text Example
White with #C1AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD01; }
p { color: rgb(193,173,1); }
H1.HeaderClassName
{
color: #C1AD01;
}
.AnyTagClassName
{
color: #C1AD01;
}
</style>
background-color css
<style>
a { background-color: #C1AD01; }
a { background-color: rgb(193,173,1); }
div.DivClassName
{
background-color: #C1AD01;
}
.BgClassName
{
background-color: #C1AD01;
}
</style>
border-color css
<style>
span { border-color: #C1AD01; }
span { border-color: rgb(193,173,1); }
td.TdClassName
{
border-color: #C1AD01;
}
.TagClassName
{
border-color: #C1AD01;
}
</style>