Shades of Lily #CC8ABB
Tints of Lily #CC8ABB
RGB
CMYK
RGB Variations
Color information
#CC8ABB (or 0xCC8ABB) is known color: Lily. HEX triplet: CC, 8A and BB. RGB value is (204,138,187). Sum of RGB (Red+Green+Blue) = 204+138+187=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ABB is #337544. Grayscale: #A3A3A3. Windows color (decimal): -3372357 or 12290764. OLE color: 12290764.
HSL color Cylindrical-coordinate representation of color #CC8ABB: hue angle of 315.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 #CC8ABB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 187 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.2 |
| HSL | 315.45º | 0.39% | 0.67% | - |
| HSV(B) | 315.45º | 0.32% | 0.8% | - |
| XYZ | 42.96 | 34.6 | 51.43 | - |
| YUV | 163.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 187 | 0 | 0.32 | 0.08 | 0.2 | 315.45 | 0.39 | 0.67 |
| Hex | CC | 8A | BB | 0 | 20 | 8 | 14 | 13B | 27 | 43 |
| Octal | 314 | 212 | 273 | 0 | 40 | 10 | 24 | 473 | 47 | 103 |
| Binary | 11001100 | 10001010 | 10111011 | 0 | 100000 | 1000 | 10100 | 100111011 | 100111 | 1000011 |
Color Harmonies of #CC8ABB
Complementary color
Monochromatic Colors of #CC8ABB
Black with #CC8ABB
Text Example
Text Example
White with #CC8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8ABB; }
p { color: rgb(204,138,187); }
H1.HeaderClassName
{
color: #CC8ABB;
}
.AnyTagClassName
{
color: #CC8ABB;
}
</style>
background-color css
<style>
a { background-color: #CC8ABB; }
a { background-color: rgb(204,138,187); }
div.DivClassName
{
background-color: #CC8ABB;
}
.BgClassName
{
background-color: #CC8ABB;
}
</style>
border-color css
<style>
span { border-color: #CC8ABB; }
span { border-color: rgb(204,138,187); }
td.TdClassName
{
border-color: #CC8ABB;
}
.TagClassName
{
border-color: #CC8ABB;
}
</style>