Shades of Lily #CC8FAC
Tints of Lily #CC8FAC
RGB
CMYK
RGB Variations
Color information
#CC8FAC (or 0xCC8FAC) is known color: Lily. HEX triplet: CC, 8F and AC. RGB value is (204,143,172). Sum of RGB (Red+Green+Blue) = 204+143+172=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8FAC is #337053. Grayscale: #A4A4A4. Windows color (decimal): -3371092 or 11309004. OLE color: 11309004.
HSL color Cylindrical-coordinate representation of color #CC8FAC: hue angle of 331.48º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FAC is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 172 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.2 |
| HSL | 331.48º | 0.37% | 0.68% | - |
| HSV(B) | 331.48º | 0.3% | 0.8% | - |
| XYZ | 42.17 | 35.46 | 43.65 | - |
| YUV | 164.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 172 | 0 | 0.30 | 0.16 | 0.2 | 331.48 | 0.37 | 0.68 |
| Hex | CC | 8F | AC | 0 | 1E | 10 | 14 | 14B | 25 | 44 |
| Octal | 314 | 217 | 254 | 0 | 36 | 20 | 24 | 513 | 45 | 104 |
| Binary | 11001100 | 10001111 | 10101100 | 0 | 11110 | 10000 | 10100 | 101001011 | 100101 | 1000100 |
Color Harmonies of #CC8FAC
Complementary color
Monochromatic Colors of #CC8FAC
Black with #CC8FAC
Text Example
Text Example
White with #CC8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FAC; }
p { color: rgb(204,143,172); }
H1.HeaderClassName
{
color: #CC8FAC;
}
.AnyTagClassName
{
color: #CC8FAC;
}
</style>
background-color css
<style>
a { background-color: #CC8FAC; }
a { background-color: rgb(204,143,172); }
div.DivClassName
{
background-color: #CC8FAC;
}
.BgClassName
{
background-color: #CC8FAC;
}
</style>
border-color css
<style>
span { border-color: #CC8FAC; }
span { border-color: rgb(204,143,172); }
td.TdClassName
{
border-color: #CC8FAC;
}
.TagClassName
{
border-color: #CC8FAC;
}
</style>