Shades of Lily #C67DAB
Tints of Lily #C67DAB
RGB
CMYK
RGB Variations
Color information
#C67DAB (or 0xC67DAB) is known color: Lily. HEX triplet: C6, 7D and AB. RGB value is (198,125,171). Sum of RGB (Red+Green+Blue) = 198+125+171=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67DAB is #398254. Grayscale: #979797. Windows color (decimal): -3768917 or 11238854. OLE color: 11238854.
HSL color Cylindrical-coordinate representation of color #C67DAB: hue angle of 322.19º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67DAB is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 171 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.22 |
| HSL | 322.19º | 0.39% | 0.63% | - |
| HSV(B) | 322.19º | 0.37% | 0.78% | - |
| XYZ | 37.97 | 29.61 | 42.24 | - |
| YUV | 152.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 171 | 0 | 0.37 | 0.14 | 0.22 | 322.19 | 0.39 | 0.63 |
| Hex | C6 | 7D | AB | 0 | 25 | E | 16 | 142 | 27 | 3F |
| Octal | 306 | 175 | 253 | 0 | 45 | 16 | 26 | 502 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10101011 | 0 | 100101 | 1110 | 10110 | 101000010 | 100111 | 111111 |
Color Harmonies of #C67DAB
Complementary color
Monochromatic Colors of #C67DAB
Black with #C67DAB
Text Example
Text Example
White with #C67DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DAB; }
p { color: rgb(198,125,171); }
H1.HeaderClassName
{
color: #C67DAB;
}
.AnyTagClassName
{
color: #C67DAB;
}
</style>
background-color css
<style>
a { background-color: #C67DAB; }
a { background-color: rgb(198,125,171); }
div.DivClassName
{
background-color: #C67DAB;
}
.BgClassName
{
background-color: #C67DAB;
}
</style>
border-color css
<style>
span { border-color: #C67DAB; }
span { border-color: rgb(198,125,171); }
td.TdClassName
{
border-color: #C67DAB;
}
.TagClassName
{
border-color: #C67DAB;
}
</style>