Shades of Lily #CC8AB0
Tints of Lily #CC8AB0
RGB
CMYK
RGB Variations
Color information
#CC8AB0 (or 0xCC8AB0) is known color: Lily. HEX triplet: CC, 8A and B0. RGB value is (204,138,176). Sum of RGB (Red+Green+Blue) = 204+138+176=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AB0 is #33754F. Grayscale: #A1A1A1. Windows color (decimal): -3372368 or 11569868. OLE color: 11569868.
HSL color Cylindrical-coordinate representation of color #CC8AB0: hue angle of 325.45º 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 #CC8AB0 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 176 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.2 |
| HSL | 325.45º | 0.39% | 0.67% | - |
| HSV(B) | 325.45º | 0.32% | 0.8% | - |
| XYZ | 41.83 | 34.15 | 45.46 | - |
| YUV | 162.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 176 | 0 | 0.32 | 0.14 | 0.2 | 325.45 | 0.39 | 0.67 |
| Hex | CC | 8A | B0 | 0 | 20 | E | 14 | 145 | 27 | 43 |
| Octal | 314 | 212 | 260 | 0 | 40 | 16 | 24 | 505 | 47 | 103 |
| Binary | 11001100 | 10001010 | 10110000 | 0 | 100000 | 1110 | 10100 | 101000101 | 100111 | 1000011 |
Color Harmonies of #CC8AB0
Complementary color
Monochromatic Colors of #CC8AB0
Black with #CC8AB0
Text Example
Text Example
White with #CC8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8AB0; }
p { color: rgb(204,138,176); }
H1.HeaderClassName
{
color: #CC8AB0;
}
.AnyTagClassName
{
color: #CC8AB0;
}
</style>
background-color css
<style>
a { background-color: #CC8AB0; }
a { background-color: rgb(204,138,176); }
div.DivClassName
{
background-color: #CC8AB0;
}
.BgClassName
{
background-color: #CC8AB0;
}
</style>
border-color css
<style>
span { border-color: #CC8AB0; }
span { border-color: rgb(204,138,176); }
td.TdClassName
{
border-color: #CC8AB0;
}
.TagClassName
{
border-color: #CC8AB0;
}
</style>