Shades of La Rioja #C6C805
Tints of La Rioja #C6C805
RGB
CMYK
RGB Variations
Color information
#C6C805 (or 0xC6C805) is known color: La Rioja. HEX triplet: C6, C8 and 05. RGB value is (198,200,5). Sum of RGB (Red+Green+Blue) = 198+200+5=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C805 is #3937FA. Grayscale: #B1B1B1. Windows color (decimal): -3749883 or 379078. OLE color: 379078.
HSL color Cylindrical-coordinate representation of color #C6C805: hue angle of 60.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6C805 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.22 |
| HSL | 60.62º | 0.95% | 0.4% | - |
| HSV(B) | 60.62º | 0.98% | 0.78% | - |
| XYZ | 43.97 | 53.33 | 8.12 | - |
| YUV | 177.17 | 30.84 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 5 | 0.01 | 0 | 0.98 | 0.22 | 60.62 | 0.95 | 0.4 |
| Hex | C6 | C8 | 5 | 1 | 0 | 62 | 16 | 3D | 5F | 28 |
| Octal | 306 | 310 | 5 | 1 | 0 | 142 | 26 | 75 | 137 | 50 |
| Binary | 11000110 | 11001000 | 101 | 1 | 0 | 1100010 | 10110 | 111101 | 1011111 | 101000 |
Color Harmonies of #C6C805
Complementary color
Monochromatic Colors of #C6C805
Black with #C6C805
Text Example
Text Example
White with #C6C805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C805; }
p { color: rgb(198,200,5); }
H1.HeaderClassName
{
color: #C6C805;
}
.AnyTagClassName
{
color: #C6C805;
}
</style>
background-color css
<style>
a { background-color: #C6C805; }
a { background-color: rgb(198,200,5); }
div.DivClassName
{
background-color: #C6C805;
}
.BgClassName
{
background-color: #C6C805;
}
</style>
border-color css
<style>
span { border-color: #C6C805; }
span { border-color: rgb(198,200,5); }
td.TdClassName
{
border-color: #C6C805;
}
.TagClassName
{
border-color: #C6C805;
}
</style>