Shades of Lily #CC91AD
Tints of Lily #CC91AD
RGB
CMYK
RGB Variations
Color information
#CC91AD (or 0xCC91AD) is known color: Lily. HEX triplet: CC, 91 and AD. RGB value is (204,145,173). Sum of RGB (Red+Green+Blue) = 204+145+173=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC91AD is #336E52. Grayscale: #A5A5A5. Windows color (decimal): -3370579 or 11375052. OLE color: 11375052.
HSL color Cylindrical-coordinate representation of color #CC91AD: hue angle of 331.53º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC91AD is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 173 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.2 |
| HSL | 331.53º | 0.37% | 0.68% | - |
| HSV(B) | 331.53º | 0.29% | 0.8% | - |
| XYZ | 42.57 | 36.11 | 44.26 | - |
| YUV | 165.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 173 | 0 | 0.29 | 0.15 | 0.2 | 331.53 | 0.37 | 0.68 |
| Hex | CC | 91 | AD | 0 | 1D | F | 14 | 14C | 25 | 44 |
| Octal | 314 | 221 | 255 | 0 | 35 | 17 | 24 | 514 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10101101 | 0 | 11101 | 1111 | 10100 | 101001100 | 100101 | 1000100 |
Color Harmonies of #CC91AD
Complementary color
Monochromatic Colors of #CC91AD
Black with #CC91AD
Text Example
Text Example
White with #CC91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91AD; }
p { color: rgb(204,145,173); }
H1.HeaderClassName
{
color: #CC91AD;
}
.AnyTagClassName
{
color: #CC91AD;
}
</style>
background-color css
<style>
a { background-color: #CC91AD; }
a { background-color: rgb(204,145,173); }
div.DivClassName
{
background-color: #CC91AD;
}
.BgClassName
{
background-color: #CC91AD;
}
</style>
border-color css
<style>
span { border-color: #CC91AD; }
span { border-color: rgb(204,145,173); }
td.TdClassName
{
border-color: #CC91AD;
}
.TagClassName
{
border-color: #CC91AD;
}
</style>