Shades of Lily #CC86AF
Tints of Lily #CC86AF
RGB
CMYK
RGB Variations
Color information
#CC86AF (or 0xCC86AF) is known color: Lily. HEX triplet: CC, 86 and AF. RGB value is (204,134,175). Sum of RGB (Red+Green+Blue) = 204+134+175=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC86AF is #337950. Grayscale: #9F9F9F. Windows color (decimal): -3373393 or 11503308. OLE color: 11503308.
HSL color Cylindrical-coordinate representation of color #CC86AF: hue angle of 324.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC86AF is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 175 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.2 |
| HSL | 324.86º | 0.41% | 0.66% | - |
| HSV(B) | 324.86º | 0.34% | 0.8% | - |
| XYZ | 41.16 | 32.98 | 44.75 | - |
| YUV | 159.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 175 | 0 | 0.34 | 0.14 | 0.2 | 324.86 | 0.41 | 0.66 |
| Hex | CC | 86 | AF | 0 | 22 | E | 14 | 145 | 29 | 42 |
| Octal | 314 | 206 | 257 | 0 | 42 | 16 | 24 | 505 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10101111 | 0 | 100010 | 1110 | 10100 | 101000101 | 101001 | 1000010 |
Color Harmonies of #CC86AF
Complementary color
Monochromatic Colors of #CC86AF
Black with #CC86AF
Text Example
Text Example
White with #CC86AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86AF; }
p { color: rgb(204,134,175); }
H1.HeaderClassName
{
color: #CC86AF;
}
.AnyTagClassName
{
color: #CC86AF;
}
</style>
background-color css
<style>
a { background-color: #CC86AF; }
a { background-color: rgb(204,134,175); }
div.DivClassName
{
background-color: #CC86AF;
}
.BgClassName
{
background-color: #CC86AF;
}
</style>
border-color css
<style>
span { border-color: #CC86AF; }
span { border-color: rgb(204,134,175); }
td.TdClassName
{
border-color: #CC86AF;
}
.TagClassName
{
border-color: #CC86AF;
}
</style>