Shades of Lily #C67EAB
Tints of Lily #C67EAB
RGB
CMYK
RGB Variations
Color information
#C67EAB (or 0xC67EAB) is known color: Lily. HEX triplet: C6, 7E and AB. RGB value is (198,126,171). Sum of RGB (Red+Green+Blue) = 198+126+171=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C67EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67EAB is #398154. Grayscale: #989898. Windows color (decimal): -3768661 or 11239110. OLE color: 11239110.
HSL color Cylindrical-coordinate representation of color #C67EAB: hue angle of 322.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67EAB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 171 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.22 |
| HSL | 322.5º | 0.39% | 0.64% | - |
| HSV(B) | 322.5º | 0.36% | 0.78% | - |
| XYZ | 38.1 | 29.87 | 42.29 | - |
| YUV | 152.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 171 | 0 | 0.36 | 0.14 | 0.22 | 322.5 | 0.39 | 0.64 |
| Hex | C6 | 7E | AB | 0 | 24 | E | 16 | 142 | 27 | 40 |
| Octal | 306 | 176 | 253 | 0 | 44 | 16 | 26 | 502 | 47 | 100 |
| Binary | 11000110 | 1111110 | 10101011 | 0 | 100100 | 1110 | 10110 | 101000010 | 100111 | 1000000 |
Color Harmonies of #C67EAB
Complementary color
Monochromatic Colors of #C67EAB
Black with #C67EAB
Text Example
Text Example
White with #C67EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67EAB; }
p { color: rgb(198,126,171); }
H1.HeaderClassName
{
color: #C67EAB;
}
.AnyTagClassName
{
color: #C67EAB;
}
</style>
background-color css
<style>
a { background-color: #C67EAB; }
a { background-color: rgb(198,126,171); }
div.DivClassName
{
background-color: #C67EAB;
}
.BgClassName
{
background-color: #C67EAB;
}
</style>
border-color css
<style>
span { border-color: #C67EAB; }
span { border-color: rgb(198,126,171); }
td.TdClassName
{
border-color: #C67EAB;
}
.TagClassName
{
border-color: #C67EAB;
}
</style>