Shades of La Rioja #C5B002
Tints of La Rioja #C5B002
RGB
CMYK
RGB Variations
Color information
#C5B002 (or 0xC5B002) is known color: La Rioja. HEX triplet: C5, B0 and 02. RGB value is (197,176,2). Sum of RGB (Red+Green+Blue) = 197+176+2=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B002 is #3A4FFD. Grayscale: #A3A3A3. Windows color (decimal): -3821566 or 176325. OLE color: 176325.
HSL color Cylindrical-coordinate representation of color #C5B002: hue angle of 53.54º 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 #C5B002 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.23 |
| HSL | 53.54º | 0.98% | 0.39% | - |
| HSV(B) | 53.54º | 0.99% | 0.77% | - |
| XYZ | 38.56 | 42.93 | 6.31 | - |
| YUV | 162.44 | 37.46 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 2 | 0 | 0.11 | 0.99 | 0.23 | 53.54 | 0.98 | 0.39 |
| Hex | C5 | B0 | 2 | 0 | B | 63 | 17 | 36 | 62 | 27 |
| Octal | 305 | 260 | 2 | 0 | 13 | 143 | 27 | 66 | 142 | 47 |
| Binary | 11000101 | 10110000 | 10 | 0 | 1011 | 1100011 | 10111 | 110110 | 1100010 | 100111 |
Color Harmonies of #C5B002
Complementary color
Monochromatic Colors of #C5B002
Black with #C5B002
Text Example
Text Example
White with #C5B002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B002; }
p { color: rgb(197,176,2); }
H1.HeaderClassName
{
color: #C5B002;
}
.AnyTagClassName
{
color: #C5B002;
}
</style>
background-color css
<style>
a { background-color: #C5B002; }
a { background-color: rgb(197,176,2); }
div.DivClassName
{
background-color: #C5B002;
}
.BgClassName
{
background-color: #C5B002;
}
</style>
border-color css
<style>
span { border-color: #C5B002; }
span { border-color: rgb(197,176,2); }
td.TdClassName
{
border-color: #C5B002;
}
.TagClassName
{
border-color: #C5B002;
}
</style>