Shades of Lily #CC8AAB
Tints of Lily #CC8AAB
RGB
CMYK
RGB Variations
Color information
#CC8AAB (or 0xCC8AAB) is known color: Lily. HEX triplet: CC, 8A and AB. RGB value is (204,138,171). Sum of RGB (Red+Green+Blue) = 204+138+171=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AAB is #337554. Grayscale: #A1A1A1. Windows color (decimal): -3372373 or 11242188. OLE color: 11242188.
HSL color Cylindrical-coordinate representation of color #CC8AAB: hue angle of 330º 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 #CC8AAB is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 171 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.2 |
| HSL | 330º | 0.39% | 0.67% | - |
| HSV(B) | 330º | 0.32% | 0.8% | - |
| XYZ | 41.34 | 33.95 | 42.9 | - |
| YUV | 161.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 171 | 0 | 0.32 | 0.16 | 0.2 | 330 | 0.39 | 0.67 |
| Hex | CC | 8A | AB | 0 | 20 | 10 | 14 | 14A | 27 | 43 |
| Octal | 314 | 212 | 253 | 0 | 40 | 20 | 24 | 512 | 47 | 103 |
| Binary | 11001100 | 10001010 | 10101011 | 0 | 100000 | 10000 | 10100 | 101001010 | 100111 | 1000011 |
Color Harmonies of #CC8AAB
Complementary color
Monochromatic Colors of #CC8AAB
Black with #CC8AAB
Text Example
Text Example
White with #CC8AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8AAB; }
p { color: rgb(204,138,171); }
H1.HeaderClassName
{
color: #CC8AAB;
}
.AnyTagClassName
{
color: #CC8AAB;
}
</style>
background-color css
<style>
a { background-color: #CC8AAB; }
a { background-color: rgb(204,138,171); }
div.DivClassName
{
background-color: #CC8AAB;
}
.BgClassName
{
background-color: #CC8AAB;
}
</style>
border-color css
<style>
span { border-color: #CC8AAB; }
span { border-color: rgb(204,138,171); }
td.TdClassName
{
border-color: #CC8AAB;
}
.TagClassName
{
border-color: #CC8AAB;
}
</style>