Shades of La Rioja #C6B502
Tints of La Rioja #C6B502
RGB
CMYK
RGB Variations
Color information
#C6B502 (or 0xC6B502) is known color: La Rioja. HEX triplet: C6, B5 and 02. RGB value is (198,181,2). Sum of RGB (Red+Green+Blue) = 198+181+2=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B502 is #394AFD. Grayscale: #A6A6A6. Windows color (decimal): -3754750 or 177606. OLE color: 177606.
HSL color Cylindrical-coordinate representation of color #C6B502: hue angle of 54.8º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6B502 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 181 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.22 |
| HSL | 54.8º | 0.98% | 0.39% | - |
| HSV(B) | 54.8º | 0.99% | 0.78% | - |
| XYZ | 39.82 | 45.06 | 6.66 | - |
| YUV | 165.68 | 35.63 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 2 | 0 | 0.09 | 0.99 | 0.22 | 54.8 | 0.98 | 0.39 |
| Hex | C6 | B5 | 2 | 0 | 9 | 63 | 16 | 37 | 62 | 27 |
| Octal | 306 | 265 | 2 | 0 | 11 | 143 | 26 | 67 | 142 | 47 |
| Binary | 11000110 | 10110101 | 10 | 0 | 1001 | 1100011 | 10110 | 110111 | 1100010 | 100111 |
Color Harmonies of #C6B502
Complementary color
Monochromatic Colors of #C6B502
Black with #C6B502
Text Example
Text Example
White with #C6B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B502; }
p { color: rgb(198,181,2); }
H1.HeaderClassName
{
color: #C6B502;
}
.AnyTagClassName
{
color: #C6B502;
}
</style>
background-color css
<style>
a { background-color: #C6B502; }
a { background-color: rgb(198,181,2); }
div.DivClassName
{
background-color: #C6B502;
}
.BgClassName
{
background-color: #C6B502;
}
</style>
border-color css
<style>
span { border-color: #C6B502; }
span { border-color: rgb(198,181,2); }
td.TdClassName
{
border-color: #C6B502;
}
.TagClassName
{
border-color: #C6B502;
}
</style>