Shades of La Rioja #C6CF01
Tints of La Rioja #C6CF01
RGB
CMYK
RGB Variations
Color information
#C6CF01 (or 0xC6CF01) is known color: La Rioja. HEX triplet: C6, CF and 01. RGB value is (198,207,1). Sum of RGB (Red+Green+Blue) = 198+207+1=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CF01 is #3930FE. Grayscale: #B5B5B5. Windows color (decimal): -3748095 or 118726. OLE color: 118726.
HSL color Cylindrical-coordinate representation of color #C6CF01: hue angle of 62.62º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6CF01 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 1 | - |
| CMYK | 0.04 | 0 | 1.00 | 0.19 |
| HSL | 62.62º | 0.99% | 0.41% | - |
| HSV(B) | 62.62º | 1% | 0.81% | - |
| XYZ | 45.61 | 56.63 | 8.56 | - |
| YUV | 180.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 1 | 0.04 | 0 | 1.00 | 0.19 | 62.62 | 0.99 | 0.41 |
| Hex | C6 | CF | 1 | 4 | 0 | 64 | 13 | 3F | 63 | 29 |
| Octal | 306 | 317 | 1 | 4 | 0 | 144 | 23 | 77 | 143 | 51 |
| Binary | 11000110 | 11001111 | 1 | 100 | 0 | 1100100 | 10011 | 111111 | 1100011 | 101001 |
Color Harmonies of #C6CF01
Complementary color
Monochromatic Colors of #C6CF01
Black with #C6CF01
Text Example
Text Example
White with #C6CF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF01; }
p { color: rgb(198,207,1); }
H1.HeaderClassName
{
color: #C6CF01;
}
.AnyTagClassName
{
color: #C6CF01;
}
</style>
background-color css
<style>
a { background-color: #C6CF01; }
a { background-color: rgb(198,207,1); }
div.DivClassName
{
background-color: #C6CF01;
}
.BgClassName
{
background-color: #C6CF01;
}
</style>
border-color css
<style>
span { border-color: #C6CF01; }
span { border-color: rgb(198,207,1); }
td.TdClassName
{
border-color: #C6CF01;
}
.TagClassName
{
border-color: #C6CF01;
}
</style>