Shades of La Rioja #C6B101
Tints of La Rioja #C6B101
RGB
CMYK
RGB Variations
Color information
#C6B101 (or 0xC6B101) is known color: La Rioja. HEX triplet: C6, B1 and 01. RGB value is (198,177,1). Sum of RGB (Red+Green+Blue) = 198+177+1=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B101 is #394EFE. Grayscale: #A3A3A3. Windows color (decimal): -3755775 or 111046. OLE color: 111046.
HSL color Cylindrical-coordinate representation of color #C6B101: hue angle of 53.6º degrees, saturation: 0.99, 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 #C6B101 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.22 |
| HSL | 53.6º | 0.99% | 0.39% | - |
| HSV(B) | 53.6º | 0.99% | 0.78% | - |
| XYZ | 39.02 | 43.45 | 6.36 | - |
| YUV | 163.22 | 36.46 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 1 | 0 | 0.11 | 0.99 | 0.22 | 53.6 | 0.99 | 0.39 |
| Hex | C6 | B1 | 1 | 0 | B | 63 | 16 | 36 | 63 | 27 |
| Octal | 306 | 261 | 1 | 0 | 13 | 143 | 26 | 66 | 143 | 47 |
| Binary | 11000110 | 10110001 | 1 | 0 | 1011 | 1100011 | 10110 | 110110 | 1100011 | 100111 |
Color Harmonies of #C6B101
Complementary color
Monochromatic Colors of #C6B101
Black with #C6B101
Text Example
Text Example
White with #C6B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B101; }
p { color: rgb(198,177,1); }
H1.HeaderClassName
{
color: #C6B101;
}
.AnyTagClassName
{
color: #C6B101;
}
</style>
background-color css
<style>
a { background-color: #C6B101; }
a { background-color: rgb(198,177,1); }
div.DivClassName
{
background-color: #C6B101;
}
.BgClassName
{
background-color: #C6B101;
}
</style>
border-color css
<style>
span { border-color: #C6B101; }
span { border-color: rgb(198,177,1); }
td.TdClassName
{
border-color: #C6B101;
}
.TagClassName
{
border-color: #C6B101;
}
</style>