Shades of Lily #CC8AAF
Tints of Lily #CC8AAF
RGB
CMYK
RGB Variations
Color information
#CC8AAF (or 0xCC8AAF) is known color: Lily. HEX triplet: CC, 8A and AF. RGB value is (204,138,175). Sum of RGB (Red+Green+Blue) = 204+138+175=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AAF is #337550. Grayscale: #A1A1A1. Windows color (decimal): -3372369 or 11504332. OLE color: 11504332.
HSL color Cylindrical-coordinate representation of color #CC8AAF: hue angle of 326.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8AAF is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 175 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.2 |
| HSL | 326.36º | 0.39% | 0.67% | - |
| HSV(B) | 326.36º | 0.32% | 0.8% | - |
| XYZ | 41.73 | 34.11 | 44.94 | - |
| YUV | 161.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 175 | 0 | 0.32 | 0.14 | 0.2 | 326.36 | 0.39 | 0.67 |
| Hex | CC | 8A | AF | 0 | 20 | E | 14 | 146 | 27 | 43 |
| Octal | 314 | 212 | 257 | 0 | 40 | 16 | 24 | 506 | 47 | 103 |
| Binary | 11001100 | 10001010 | 10101111 | 0 | 100000 | 1110 | 10100 | 101000110 | 100111 | 1000011 |
Color Harmonies of #CC8AAF
Complementary color
Monochromatic Colors of #CC8AAF
Black with #CC8AAF
Text Example
Text Example
White with #CC8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8AAF; }
p { color: rgb(204,138,175); }
H1.HeaderClassName
{
color: #CC8AAF;
}
.AnyTagClassName
{
color: #CC8AAF;
}
</style>
background-color css
<style>
a { background-color: #CC8AAF; }
a { background-color: rgb(204,138,175); }
div.DivClassName
{
background-color: #CC8AAF;
}
.BgClassName
{
background-color: #CC8AAF;
}
</style>
border-color css
<style>
span { border-color: #CC8AAF; }
span { border-color: rgb(204,138,175); }
td.TdClassName
{
border-color: #CC8AAF;
}
.TagClassName
{
border-color: #CC8AAF;
}
</style>