Shades of Lily #CC88AF
Tints of Lily #CC88AF
RGB
CMYK
RGB Variations
Color information
#CC88AF (or 0xCC88AF) is known color: Lily. HEX triplet: CC, 88 and AF. RGB value is (204,136,175). Sum of RGB (Red+Green+Blue) = 204+136+175=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC88AF is #337750. Grayscale: #A0A0A0. Windows color (decimal): -3372881 or 11503820. OLE color: 11503820.
HSL color Cylindrical-coordinate representation of color #CC88AF: hue angle of 325.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC88AF is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 175 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.2 |
| HSL | 325.59º | 0.4% | 0.67% | - |
| HSV(B) | 325.59º | 0.33% | 0.8% | - |
| XYZ | 41.44 | 33.54 | 44.85 | - |
| YUV | 160.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 175 | 0 | 0.33 | 0.14 | 0.2 | 325.59 | 0.4 | 0.67 |
| Hex | CC | 88 | AF | 0 | 21 | E | 14 | 146 | 28 | 43 |
| Octal | 314 | 210 | 257 | 0 | 41 | 16 | 24 | 506 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10101111 | 0 | 100001 | 1110 | 10100 | 101000110 | 101000 | 1000011 |
Color Harmonies of #CC88AF
Complementary color
Monochromatic Colors of #CC88AF
Black with #CC88AF
Text Example
Text Example
White with #CC88AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88AF; }
p { color: rgb(204,136,175); }
H1.HeaderClassName
{
color: #CC88AF;
}
.AnyTagClassName
{
color: #CC88AF;
}
</style>
background-color css
<style>
a { background-color: #CC88AF; }
a { background-color: rgb(204,136,175); }
div.DivClassName
{
background-color: #CC88AF;
}
.BgClassName
{
background-color: #CC88AF;
}
</style>
border-color css
<style>
span { border-color: #CC88AF; }
span { border-color: rgb(204,136,175); }
td.TdClassName
{
border-color: #CC88AF;
}
.TagClassName
{
border-color: #CC88AF;
}
</style>