Shades of La Rioja #C7B602
Tints of La Rioja #C7B602
RGB
CMYK
RGB Variations
Color information
#C7B602 (or 0xC7B602) is known color: La Rioja. HEX triplet: C7, B6 and 02. RGB value is (199,182,2). Sum of RGB (Red+Green+Blue) = 199+182+2=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B602 is #3849FD. Grayscale: #A7A7A7. Windows color (decimal): -3688958 or 177863. OLE color: 177863.
HSL color Cylindrical-coordinate representation of color #C7B602: hue angle of 54.82º 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 #C7B602 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.22 |
| HSL | 54.82º | 0.98% | 0.39% | - |
| HSV(B) | 54.82º | 0.99% | 0.78% | - |
| XYZ | 40.29 | 45.6 | 6.74 | - |
| YUV | 166.56 | 35.13 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 2 | 0 | 0.09 | 0.99 | 0.22 | 54.82 | 0.98 | 0.39 |
| Hex | C7 | B6 | 2 | 0 | 9 | 63 | 16 | 37 | 62 | 27 |
| Octal | 307 | 266 | 2 | 0 | 11 | 143 | 26 | 67 | 142 | 47 |
| Binary | 11000111 | 10110110 | 10 | 0 | 1001 | 1100011 | 10110 | 110111 | 1100010 | 100111 |
Color Harmonies of #C7B602
Complementary color
Monochromatic Colors of #C7B602
Black with #C7B602
Text Example
Text Example
White with #C7B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B602; }
p { color: rgb(199,182,2); }
H1.HeaderClassName
{
color: #C7B602;
}
.AnyTagClassName
{
color: #C7B602;
}
</style>
background-color css
<style>
a { background-color: #C7B602; }
a { background-color: rgb(199,182,2); }
div.DivClassName
{
background-color: #C7B602;
}
.BgClassName
{
background-color: #C7B602;
}
</style>
border-color css
<style>
span { border-color: #C7B602; }
span { border-color: rgb(199,182,2); }
td.TdClassName
{
border-color: #C7B602;
}
.TagClassName
{
border-color: #C7B602;
}
</style>