Shades of Lily #CC89BA
Tints of Lily #CC89BA
RGB
CMYK
RGB Variations
Color information
#CC89BA (or 0xCC89BA) is known color: Lily. HEX triplet: CC, 89 and BA. RGB value is (204,137,186). Sum of RGB (Red+Green+Blue) = 204+137+186=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89BA is #337645. Grayscale: #A2A2A2. Windows color (decimal): -3372614 or 12224972. OLE color: 12224972.
HSL color Cylindrical-coordinate representation of color #CC89BA: hue angle of 316.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC89BA is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 186 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.2 |
| HSL | 316.12º | 0.4% | 0.67% | - |
| HSV(B) | 316.12º | 0.33% | 0.8% | - |
| XYZ | 42.71 | 34.27 | 50.82 | - |
| YUV | 162.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 186 | 0 | 0.33 | 0.09 | 0.2 | 316.12 | 0.4 | 0.67 |
| Hex | CC | 89 | BA | 0 | 21 | 9 | 14 | 13C | 28 | 43 |
| Octal | 314 | 211 | 272 | 0 | 41 | 11 | 24 | 474 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10111010 | 0 | 100001 | 1001 | 10100 | 100111100 | 101000 | 1000011 |
Color Harmonies of #CC89BA
Complementary color
Monochromatic Colors of #CC89BA
Black with #CC89BA
Text Example
Text Example
White with #CC89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89BA; }
p { color: rgb(204,137,186); }
H1.HeaderClassName
{
color: #CC89BA;
}
.AnyTagClassName
{
color: #CC89BA;
}
</style>
background-color css
<style>
a { background-color: #CC89BA; }
a { background-color: rgb(204,137,186); }
div.DivClassName
{
background-color: #CC89BA;
}
.BgClassName
{
background-color: #CC89BA;
}
</style>
border-color css
<style>
span { border-color: #CC89BA; }
span { border-color: rgb(204,137,186); }
td.TdClassName
{
border-color: #CC89BA;
}
.TagClassName
{
border-color: #CC89BA;
}
</style>