Shades of Lily #CC93AF
Tints of Lily #CC93AF
RGB
CMYK
RGB Variations
Color information
#CC93AF (or 0xCC93AF) is known color: Lily. HEX triplet: CC, 93 and AF. RGB value is (204,147,175). Sum of RGB (Red+Green+Blue) = 204+147+175=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC93AF is #336C50. Grayscale: #A7A7A7. Windows color (decimal): -3370065 or 11506636. OLE color: 11506636.
HSL color Cylindrical-coordinate representation of color #CC93AF: hue angle of 330.53º 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 #CC93AF is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 175 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.2 |
| HSL | 330.53º | 0.36% | 0.69% | - |
| HSV(B) | 330.53º | 0.28% | 0.8% | - |
| XYZ | 43.07 | 36.8 | 45.39 | - |
| YUV | 167.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 175 | 0 | 0.28 | 0.14 | 0.2 | 330.53 | 0.36 | 0.69 |
| Hex | CC | 93 | AF | 0 | 1C | E | 14 | 14B | 24 | 45 |
| Octal | 314 | 223 | 257 | 0 | 34 | 16 | 24 | 513 | 44 | 105 |
| Binary | 11001100 | 10010011 | 10101111 | 0 | 11100 | 1110 | 10100 | 101001011 | 100100 | 1000101 |
Color Harmonies of #CC93AF
Complementary color
Monochromatic Colors of #CC93AF
Black with #CC93AF
Text Example
Text Example
White with #CC93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC93AF; }
p { color: rgb(204,147,175); }
H1.HeaderClassName
{
color: #CC93AF;
}
.AnyTagClassName
{
color: #CC93AF;
}
</style>
background-color css
<style>
a { background-color: #CC93AF; }
a { background-color: rgb(204,147,175); }
div.DivClassName
{
background-color: #CC93AF;
}
.BgClassName
{
background-color: #CC93AF;
}
</style>
border-color css
<style>
span { border-color: #CC93AF; }
span { border-color: rgb(204,147,175); }
td.TdClassName
{
border-color: #CC93AF;
}
.TagClassName
{
border-color: #CC93AF;
}
</style>