Shades of La Rioja #C6C901
Tints of La Rioja #C6C901
RGB
CMYK
RGB Variations
Color information
#C6C901 (or 0xC6C901) is known color: La Rioja. HEX triplet: C6, C9 and 01. RGB value is (198,201,1). Sum of RGB (Red+Green+Blue) = 198+201+1=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C901 is #3936FE. Grayscale: #B2B2B2. Windows color (decimal): -3749631 or 117190. OLE color: 117190.
HSL color Cylindrical-coordinate representation of color #C6C901: hue angle of 60.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6C901 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.21 |
| HSL | 60.9º | 0.99% | 0.4% | - |
| HSV(B) | 60.9º | 1% | 0.79% | - |
| XYZ | 44.18 | 53.78 | 8.08 | - |
| YUV | 177.3 | 28.51 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 1 | 0.01 | 0 | 1.00 | 0.21 | 60.9 | 0.99 | 0.4 |
| Hex | C6 | C9 | 1 | 1 | 0 | 64 | 15 | 3D | 63 | 28 |
| Octal | 306 | 311 | 1 | 1 | 0 | 144 | 25 | 75 | 143 | 50 |
| Binary | 11000110 | 11001001 | 1 | 1 | 0 | 1100100 | 10101 | 111101 | 1100011 | 101000 |
Color Harmonies of #C6C901
Complementary color
Monochromatic Colors of #C6C901
Black with #C6C901
Text Example
Text Example
White with #C6C901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C901; }
p { color: rgb(198,201,1); }
H1.HeaderClassName
{
color: #C6C901;
}
.AnyTagClassName
{
color: #C6C901;
}
</style>
background-color css
<style>
a { background-color: #C6C901; }
a { background-color: rgb(198,201,1); }
div.DivClassName
{
background-color: #C6C901;
}
.BgClassName
{
background-color: #C6C901;
}
</style>
border-color css
<style>
span { border-color: #C6C901; }
span { border-color: rgb(198,201,1); }
td.TdClassName
{
border-color: #C6C901;
}
.TagClassName
{
border-color: #C6C901;
}
</style>