Shades of La Rioja #C1AF0F
Tints of La Rioja #C1AF0F
RGB
CMYK
RGB Variations
Color information
#C1AF0F (or 0xC1AF0F) is known color: La Rioja. HEX triplet: C1, AF and 0F. RGB value is (193,175,15). Sum of RGB (Red+Green+Blue) = 193+175+15=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AF0F is #3E50F0. Grayscale: #A2A2A2. Windows color (decimal): -4083953 or 1028033. OLE color: 1028033.
HSL color Cylindrical-coordinate representation of color #C1AF0F: hue angle of 53.93º 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 #C1AF0F is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 15 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.24 |
| HSL | 53.93º | 0.86% | 0.41% | - |
| HSV(B) | 53.93º | 0.92% | 0.76% | - |
| XYZ | 37.41 | 42.03 | 6.59 | - |
| YUV | 162.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 15 | 0 | 0.09 | 0.92 | 0.24 | 53.93 | 0.86 | 0.41 |
| Hex | C1 | AF | F | 0 | 9 | 5C | 18 | 36 | 56 | 29 |
| Octal | 301 | 257 | 17 | 0 | 11 | 134 | 30 | 66 | 126 | 51 |
| Binary | 11000001 | 10101111 | 1111 | 0 | 1001 | 1011100 | 11000 | 110110 | 1010110 | 101001 |
Color Harmonies of #C1AF0F
Complementary color
Monochromatic Colors of #C1AF0F
Black with #C1AF0F
Text Example
Text Example
White with #C1AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF0F; }
p { color: rgb(193,175,15); }
H1.HeaderClassName
{
color: #C1AF0F;
}
.AnyTagClassName
{
color: #C1AF0F;
}
</style>
background-color css
<style>
a { background-color: #C1AF0F; }
a { background-color: rgb(193,175,15); }
div.DivClassName
{
background-color: #C1AF0F;
}
.BgClassName
{
background-color: #C1AF0F;
}
</style>
border-color css
<style>
span { border-color: #C1AF0F; }
span { border-color: rgb(193,175,15); }
td.TdClassName
{
border-color: #C1AF0F;
}
.TagClassName
{
border-color: #C1AF0F;
}
</style>