Shades of Lily #CC93AD
Tints of Lily #CC93AD
RGB
CMYK
RGB Variations
Color information
#CC93AD (or 0xCC93AD) is known color: Lily. HEX triplet: CC, 93 and AD. RGB value is (204,147,173). Sum of RGB (Red+Green+Blue) = 204+147+173=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC93AD is #336C52. Grayscale: #A6A6A6. Windows color (decimal): -3370067 or 11375564. OLE color: 11375564.
HSL color Cylindrical-coordinate representation of color #CC93AD: hue angle of 332.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC93AD is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 173 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.2 |
| HSL | 332.63º | 0.36% | 0.69% | - |
| HSV(B) | 332.63º | 0.28% | 0.8% | - |
| XYZ | 42.88 | 36.72 | 44.36 | - |
| YUV | 167.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 173 | 0 | 0.28 | 0.15 | 0.2 | 332.63 | 0.36 | 0.69 |
| Hex | CC | 93 | AD | 0 | 1C | F | 14 | 14D | 24 | 45 |
| Octal | 314 | 223 | 255 | 0 | 34 | 17 | 24 | 515 | 44 | 105 |
| Binary | 11001100 | 10010011 | 10101101 | 0 | 11100 | 1111 | 10100 | 101001101 | 100100 | 1000101 |
Color Harmonies of #CC93AD
Complementary color
Monochromatic Colors of #CC93AD
Black with #CC93AD
Text Example
Text Example
White with #CC93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC93AD; }
p { color: rgb(204,147,173); }
H1.HeaderClassName
{
color: #CC93AD;
}
.AnyTagClassName
{
color: #CC93AD;
}
</style>
background-color css
<style>
a { background-color: #CC93AD; }
a { background-color: rgb(204,147,173); }
div.DivClassName
{
background-color: #CC93AD;
}
.BgClassName
{
background-color: #CC93AD;
}
</style>
border-color css
<style>
span { border-color: #CC93AD; }
span { border-color: rgb(204,147,173); }
td.TdClassName
{
border-color: #CC93AD;
}
.TagClassName
{
border-color: #CC93AD;
}
</style>