Shades of La Rioja #C6B008
Tints of La Rioja #C6B008
RGB
CMYK
RGB Variations
Color information
#C6B008 (or 0xC6B008) is known color: La Rioja. HEX triplet: C6, B0 and 08. RGB value is (198,176,8). Sum of RGB (Red+Green+Blue) = 198+176+8=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B008 is #394FF7. Grayscale: #A4A4A4. Windows color (decimal): -3756024 or 569542. OLE color: 569542.
HSL color Cylindrical-coordinate representation of color #C6B008: hue angle of 53.05º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6B008 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 176 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.22 |
| HSL | 53.05º | 0.92% | 0.4% | - |
| HSV(B) | 53.05º | 0.96% | 0.78% | - |
| XYZ | 38.86 | 43.07 | 6.5 | - |
| YUV | 163.43 | 40.29 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 8 | 0 | 0.11 | 0.96 | 0.22 | 53.05 | 0.92 | 0.4 |
| Hex | C6 | B0 | 8 | 0 | B | 60 | 16 | 35 | 5C | 28 |
| Octal | 306 | 260 | 10 | 0 | 13 | 140 | 26 | 65 | 134 | 50 |
| Binary | 11000110 | 10110000 | 1000 | 0 | 1011 | 1100000 | 10110 | 110101 | 1011100 | 101000 |
Color Harmonies of #C6B008
Complementary color
Monochromatic Colors of #C6B008
Black with #C6B008
Text Example
Text Example
White with #C6B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B008; }
p { color: rgb(198,176,8); }
H1.HeaderClassName
{
color: #C6B008;
}
.AnyTagClassName
{
color: #C6B008;
}
</style>
background-color css
<style>
a { background-color: #C6B008; }
a { background-color: rgb(198,176,8); }
div.DivClassName
{
background-color: #C6B008;
}
.BgClassName
{
background-color: #C6B008;
}
</style>
border-color css
<style>
span { border-color: #C6B008; }
span { border-color: rgb(198,176,8); }
td.TdClassName
{
border-color: #C6B008;
}
.TagClassName
{
border-color: #C6B008;
}
</style>