Shades of Lily #CC86AD
Tints of Lily #CC86AD
RGB
CMYK
RGB Variations
Color information
#CC86AD (or 0xCC86AD) is known color: Lily. HEX triplet: CC, 86 and AD. RGB value is (204,134,173). Sum of RGB (Red+Green+Blue) = 204+134+173=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC86AD is #337952. Grayscale: #9F9F9F. Windows color (decimal): -3373395 or 11372236. OLE color: 11372236.
HSL color Cylindrical-coordinate representation of color #CC86AD: hue angle of 326.57º 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 #CC86AD is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 173 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.2 |
| HSL | 326.57º | 0.41% | 0.66% | - |
| HSV(B) | 326.57º | 0.34% | 0.8% | - |
| XYZ | 40.97 | 32.9 | 43.73 | - |
| YUV | 159.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 173 | 0 | 0.34 | 0.15 | 0.2 | 326.57 | 0.41 | 0.66 |
| Hex | CC | 86 | AD | 0 | 22 | F | 14 | 147 | 29 | 42 |
| Octal | 314 | 206 | 255 | 0 | 42 | 17 | 24 | 507 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10101101 | 0 | 100010 | 1111 | 10100 | 101000111 | 101001 | 1000010 |
Color Harmonies of #CC86AD
Complementary color
Monochromatic Colors of #CC86AD
Black with #CC86AD
Text Example
Text Example
White with #CC86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86AD; }
p { color: rgb(204,134,173); }
H1.HeaderClassName
{
color: #CC86AD;
}
.AnyTagClassName
{
color: #CC86AD;
}
</style>
background-color css
<style>
a { background-color: #CC86AD; }
a { background-color: rgb(204,134,173); }
div.DivClassName
{
background-color: #CC86AD;
}
.BgClassName
{
background-color: #CC86AD;
}
</style>
border-color css
<style>
span { border-color: #CC86AD; }
span { border-color: rgb(204,134,173); }
td.TdClassName
{
border-color: #CC86AD;
}
.TagClassName
{
border-color: #CC86AD;
}
</style>