Shades of Lily #CC99BF
Tints of Lily #CC99BF
RGB
CMYK
RGB Variations
Color information
#CC99BF (or 0xCC99BF) is known color: Lily. HEX triplet: CC, 99 and BF. RGB value is (204,153,191). Sum of RGB (Red+Green+Blue) = 204+153+191=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99BF is #336640. Grayscale: #ACACAC. Windows color (decimal): -3368513 or 12556748. OLE color: 12556748.
HSL color Cylindrical-coordinate representation of color #CC99BF: hue angle of 315.29º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC99BF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 191 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.2 |
| HSL | 315.29º | 0.33% | 0.7% | - |
| HSV(B) | 315.29º | 0.25% | 0.8% | - |
| XYZ | 45.7 | 39.38 | 54.48 | - |
| YUV | 172.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 191 | 0 | 0.25 | 0.06 | 0.2 | 315.29 | 0.33 | 0.7 |
| Hex | CC | 99 | BF | 0 | 19 | 6 | 14 | 13B | 21 | 46 |
| Octal | 314 | 231 | 277 | 0 | 31 | 6 | 24 | 473 | 41 | 106 |
| Binary | 11001100 | 10011001 | 10111111 | 0 | 11001 | 110 | 10100 | 100111011 | 100001 | 1000110 |
Color Harmonies of #CC99BF
Complementary color
Monochromatic Colors of #CC99BF
Black with #CC99BF
Text Example
Text Example
White with #CC99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99BF; }
p { color: rgb(204,153,191); }
H1.HeaderClassName
{
color: #CC99BF;
}
.AnyTagClassName
{
color: #CC99BF;
}
</style>
background-color css
<style>
a { background-color: #CC99BF; }
a { background-color: rgb(204,153,191); }
div.DivClassName
{
background-color: #CC99BF;
}
.BgClassName
{
background-color: #CC99BF;
}
</style>
border-color css
<style>
span { border-color: #CC99BF; }
span { border-color: rgb(204,153,191); }
td.TdClassName
{
border-color: #CC99BF;
}
.TagClassName
{
border-color: #CC99BF;
}
</style>