Shades of La Rioja #C5B702
Tints of La Rioja #C5B702
RGB
CMYK
RGB Variations
Color information
#C5B702 (or 0xC5B702) is known color: La Rioja. HEX triplet: C5, B7 and 02. RGB value is (197,183,2). Sum of RGB (Red+Green+Blue) = 197+183+2=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B702 is #3A48FD. Grayscale: #A7A7A7. Windows color (decimal): -3819774 or 178117. OLE color: 178117.
HSL color Cylindrical-coordinate representation of color #C5B702: hue angle of 55.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5B702 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.23 |
| HSL | 55.69º | 0.98% | 0.39% | - |
| HSV(B) | 55.69º | 0.99% | 0.77% | - |
| XYZ | 39.97 | 45.74 | 6.78 | - |
| YUV | 166.55 | 35.14 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 2 | 0 | 0.07 | 0.99 | 0.23 | 55.69 | 0.98 | 0.39 |
| Hex | C5 | B7 | 2 | 0 | 7 | 63 | 17 | 38 | 62 | 27 |
| Octal | 305 | 267 | 2 | 0 | 7 | 143 | 27 | 70 | 142 | 47 |
| Binary | 11000101 | 10110111 | 10 | 0 | 111 | 1100011 | 10111 | 111000 | 1100010 | 100111 |
Color Harmonies of #C5B702
Complementary color
Monochromatic Colors of #C5B702
Black with #C5B702
Text Example
Text Example
White with #C5B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B702; }
p { color: rgb(197,183,2); }
H1.HeaderClassName
{
color: #C5B702;
}
.AnyTagClassName
{
color: #C5B702;
}
</style>
background-color css
<style>
a { background-color: #C5B702; }
a { background-color: rgb(197,183,2); }
div.DivClassName
{
background-color: #C5B702;
}
.BgClassName
{
background-color: #C5B702;
}
</style>
border-color css
<style>
span { border-color: #C5B702; }
span { border-color: rgb(197,183,2); }
td.TdClassName
{
border-color: #C5B702;
}
.TagClassName
{
border-color: #C5B702;
}
</style>