Shades of La Rioja #C7B201
Tints of La Rioja #C7B201
RGB
CMYK
RGB Variations
Color information
#C7B201 (or 0xC7B201) is known color: La Rioja. HEX triplet: C7, B2 and 01. RGB value is (199,178,1). Sum of RGB (Red+Green+Blue) = 199+178+1=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B201 is #384DFE. Grayscale: #A4A4A4. Windows color (decimal): -3689983 or 111303. OLE color: 111303.
HSL color Cylindrical-coordinate representation of color #C7B201: hue angle of 53.64º 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 #C7B201 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.22 |
| HSL | 53.64º | 0.99% | 0.39% | - |
| HSV(B) | 53.64º | 0.99% | 0.78% | - |
| XYZ | 39.48 | 43.99 | 6.44 | - |
| YUV | 164.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 1 | 0 | 0.11 | 0.99 | 0.22 | 53.64 | 0.99 | 0.39 |
| Hex | C7 | B2 | 1 | 0 | B | 63 | 16 | 36 | 63 | 27 |
| Octal | 307 | 262 | 1 | 0 | 13 | 143 | 26 | 66 | 143 | 47 |
| Binary | 11000111 | 10110010 | 1 | 0 | 1011 | 1100011 | 10110 | 110110 | 1100011 | 100111 |
Color Harmonies of #C7B201
Complementary color
Monochromatic Colors of #C7B201
Black with #C7B201
Text Example
Text Example
White with #C7B201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B201; }
p { color: rgb(199,178,1); }
H1.HeaderClassName
{
color: #C7B201;
}
.AnyTagClassName
{
color: #C7B201;
}
</style>
background-color css
<style>
a { background-color: #C7B201; }
a { background-color: rgb(199,178,1); }
div.DivClassName
{
background-color: #C7B201;
}
.BgClassName
{
background-color: #C7B201;
}
</style>
border-color css
<style>
span { border-color: #C7B201; }
span { border-color: rgb(199,178,1); }
td.TdClassName
{
border-color: #C7B201;
}
.TagClassName
{
border-color: #C7B201;
}
</style>