Shades of Lily #CC85AF
Tints of Lily #CC85AF
RGB
CMYK
RGB Variations
Color information
#CC85AF (or 0xCC85AF) is known color: Lily. HEX triplet: CC, 85 and AF. RGB value is (204,133,175). Sum of RGB (Red+Green+Blue) = 204+133+175=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC85AF is #337A50. Grayscale: #9E9E9E. Windows color (decimal): -3373649 or 11503052. OLE color: 11503052.
HSL color Cylindrical-coordinate representation of color #CC85AF: hue angle of 324.51º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC85AF is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 175 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.2 |
| HSL | 324.51º | 0.41% | 0.66% | - |
| HSV(B) | 324.51º | 0.35% | 0.8% | - |
| XYZ | 41.03 | 32.71 | 44.71 | - |
| YUV | 159.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 175 | 0 | 0.35 | 0.14 | 0.2 | 324.51 | 0.41 | 0.66 |
| Hex | CC | 85 | AF | 0 | 23 | E | 14 | 145 | 29 | 42 |
| Octal | 314 | 205 | 257 | 0 | 43 | 16 | 24 | 505 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10101111 | 0 | 100011 | 1110 | 10100 | 101000101 | 101001 | 1000010 |
Color Harmonies of #CC85AF
Complementary color
Monochromatic Colors of #CC85AF
Black with #CC85AF
Text Example
Text Example
White with #CC85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85AF; }
p { color: rgb(204,133,175); }
H1.HeaderClassName
{
color: #CC85AF;
}
.AnyTagClassName
{
color: #CC85AF;
}
</style>
background-color css
<style>
a { background-color: #CC85AF; }
a { background-color: rgb(204,133,175); }
div.DivClassName
{
background-color: #CC85AF;
}
.BgClassName
{
background-color: #CC85AF;
}
</style>
border-color css
<style>
span { border-color: #CC85AF; }
span { border-color: rgb(204,133,175); }
td.TdClassName
{
border-color: #CC85AF;
}
.TagClassName
{
border-color: #CC85AF;
}
</style>