Shades of La Rioja #C1B60B
Tints of La Rioja #C1B60B
RGB
CMYK
RGB Variations
Color information
#C1B60B (or 0xC1B60B) is known color: La Rioja. HEX triplet: C1, B6 and 0B. RGB value is (193,182,11). Sum of RGB (Red+Green+Blue) = 193+182+11=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B60B is #3E49F4. Grayscale: #A6A6A6. Windows color (decimal): -4082165 or 767681. OLE color: 767681.
HSL color Cylindrical-coordinate representation of color #C1B60B: hue angle of 56.37º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1B60B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 182 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.24 |
| HSL | 56.37º | 0.89% | 0.4% | - |
| HSV(B) | 56.37º | 0.94% | 0.76% | - |
| XYZ | 38.78 | 44.82 | 6.92 | - |
| YUV | 165.8 | 40.64 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 11 | 0 | 0.06 | 0.94 | 0.24 | 56.37 | 0.89 | 0.4 |
| Hex | C1 | B6 | B | 0 | 6 | 5E | 18 | 38 | 59 | 28 |
| Octal | 301 | 266 | 13 | 0 | 6 | 136 | 30 | 70 | 131 | 50 |
| Binary | 11000001 | 10110110 | 1011 | 0 | 110 | 1011110 | 11000 | 111000 | 1011001 | 101000 |
Color Harmonies of #C1B60B
Complementary color
Monochromatic Colors of #C1B60B
Black with #C1B60B
Text Example
Text Example
White with #C1B60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B60B; }
p { color: rgb(193,182,11); }
H1.HeaderClassName
{
color: #C1B60B;
}
.AnyTagClassName
{
color: #C1B60B;
}
</style>
background-color css
<style>
a { background-color: #C1B60B; }
a { background-color: rgb(193,182,11); }
div.DivClassName
{
background-color: #C1B60B;
}
.BgClassName
{
background-color: #C1B60B;
}
</style>
border-color css
<style>
span { border-color: #C1B60B; }
span { border-color: rgb(193,182,11); }
td.TdClassName
{
border-color: #C1B60B;
}
.TagClassName
{
border-color: #C1B60B;
}
</style>