Shades of La Rioja #CBC502
Tints of La Rioja #CBC502
RGB
CMYK
RGB Variations
Color information
#CBC502 (or 0xCBC502) is known color: La Rioja. HEX triplet: CB, C5 and 02. RGB value is (203,197,2). Sum of RGB (Red+Green+Blue) = 203+197+2=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC502 is #343AFD. Grayscale: #B1B1B1. Windows color (decimal): -3422974 or 181707. OLE color: 181707.
HSL color Cylindrical-coordinate representation of color #CBC502: hue angle of 58.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBC502 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.20 |
| HSL | 58.21º | 0.98% | 0.4% | - |
| HSV(B) | 58.21º | 0.99% | 0.8% | - |
| XYZ | 44.61 | 52.63 | 7.87 | - |
| YUV | 176.56 | 29.49 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 2 | 0 | 0.03 | 0.99 | 0.20 | 58.21 | 0.98 | 0.4 |
| Hex | CB | C5 | 2 | 0 | 3 | 63 | 14 | 3A | 62 | 28 |
| Octal | 313 | 305 | 2 | 0 | 3 | 143 | 24 | 72 | 142 | 50 |
| Binary | 11001011 | 11000101 | 10 | 0 | 11 | 1100011 | 10100 | 111010 | 1100010 | 101000 |
Color Harmonies of #CBC502
Complementary color
Monochromatic Colors of #CBC502
Black with #CBC502
Text Example
Text Example
White with #CBC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC502; }
p { color: rgb(203,197,2); }
H1.HeaderClassName
{
color: #CBC502;
}
.AnyTagClassName
{
color: #CBC502;
}
</style>
background-color css
<style>
a { background-color: #CBC502; }
a { background-color: rgb(203,197,2); }
div.DivClassName
{
background-color: #CBC502;
}
.BgClassName
{
background-color: #CBC502;
}
</style>
border-color css
<style>
span { border-color: #CBC502; }
span { border-color: rgb(203,197,2); }
td.TdClassName
{
border-color: #CBC502;
}
.TagClassName
{
border-color: #CBC502;
}
</style>