Shades of Lily #CC9BC0
Tints of Lily #CC9BC0
RGB
CMYK
RGB Variations
Color information
#CC9BC0 (or 0xCC9BC0) is known color: Lily. HEX triplet: CC, 9B and C0. RGB value is (204,155,192). Sum of RGB (Red+Green+Blue) = 204+155+192=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BC0 is #33643F. Grayscale: #ADADAD. Windows color (decimal): -3368000 or 12622796. OLE color: 12622796.
HSL color Cylindrical-coordinate representation of color #CC9BC0: hue angle of 314.69º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9BC0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 192 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.2 |
| HSL | 314.69º | 0.32% | 0.7% | - |
| HSV(B) | 314.69º | 0.24% | 0.8% | - |
| XYZ | 46.14 | 40.09 | 55.17 | - |
| YUV | 173.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 192 | 0 | 0.24 | 0.06 | 0.2 | 314.69 | 0.32 | 0.7 |
| Hex | CC | 9B | C0 | 0 | 18 | 6 | 14 | 13B | 20 | 46 |
| Octal | 314 | 233 | 300 | 0 | 30 | 6 | 24 | 473 | 40 | 106 |
| Binary | 11001100 | 10011011 | 11000000 | 0 | 11000 | 110 | 10100 | 100111011 | 100000 | 1000110 |
Color Harmonies of #CC9BC0
Complementary color
Monochromatic Colors of #CC9BC0
Black with #CC9BC0
Text Example
Text Example
White with #CC9BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BC0; }
p { color: rgb(204,155,192); }
H1.HeaderClassName
{
color: #CC9BC0;
}
.AnyTagClassName
{
color: #CC9BC0;
}
</style>
background-color css
<style>
a { background-color: #CC9BC0; }
a { background-color: rgb(204,155,192); }
div.DivClassName
{
background-color: #CC9BC0;
}
.BgClassName
{
background-color: #CC9BC0;
}
</style>
border-color css
<style>
span { border-color: #CC9BC0; }
span { border-color: rgb(204,155,192); }
td.TdClassName
{
border-color: #CC9BC0;
}
.TagClassName
{
border-color: #CC9BC0;
}
</style>