Shades of La Rioja #C1AD05
Tints of La Rioja #C1AD05
RGB
CMYK
RGB Variations
Color information
#C1AD05 (or 0xC1AD05) is known color: La Rioja. HEX triplet: C1, AD and 05. RGB value is (193,173,5). Sum of RGB (Red+Green+Blue) = 193+173+5=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AD05 is #3E52FA. Grayscale: #A0A0A0. Windows color (decimal): -4084475 or 372161. OLE color: 372161.
HSL color Cylindrical-coordinate representation of color #C1AD05: hue angle of 53.62º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1AD05 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 5 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.24 |
| HSL | 53.62º | 0.95% | 0.39% | - |
| HSV(B) | 53.62º | 0.97% | 0.76% | - |
| XYZ | 36.96 | 41.24 | 6.15 | - |
| YUV | 159.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 5 | 0 | 0.10 | 0.97 | 0.24 | 53.62 | 0.95 | 0.39 |
| Hex | C1 | AD | 5 | 0 | A | 61 | 18 | 36 | 5F | 27 |
| Octal | 301 | 255 | 5 | 0 | 12 | 141 | 30 | 66 | 137 | 47 |
| Binary | 11000001 | 10101101 | 101 | 0 | 1010 | 1100001 | 11000 | 110110 | 1011111 | 100111 |
Color Harmonies of #C1AD05
Complementary color
Monochromatic Colors of #C1AD05
Black with #C1AD05
Text Example
Text Example
White with #C1AD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD05; }
p { color: rgb(193,173,5); }
H1.HeaderClassName
{
color: #C1AD05;
}
.AnyTagClassName
{
color: #C1AD05;
}
</style>
background-color css
<style>
a { background-color: #C1AD05; }
a { background-color: rgb(193,173,5); }
div.DivClassName
{
background-color: #C1AD05;
}
.BgClassName
{
background-color: #C1AD05;
}
</style>
border-color css
<style>
span { border-color: #C1AD05; }
span { border-color: rgb(193,173,5); }
td.TdClassName
{
border-color: #C1AD05;
}
.TagClassName
{
border-color: #C1AD05;
}
</style>