Shades of Lily #CC80AC
Tints of Lily #CC80AC
RGB
CMYK
RGB Variations
Color information
#CC80AC (or 0xCC80AC) is known color: Lily. HEX triplet: CC, 80 and AC. RGB value is (204,128,172). Sum of RGB (Red+Green+Blue) = 204+128+172=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC80AC is #337F53. Grayscale: #9B9B9B. Windows color (decimal): -3374932 or 11305164. OLE color: 11305164.
HSL color Cylindrical-coordinate representation of color #CC80AC: hue angle of 325.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC80AC is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 172 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.2 |
| HSL | 325.26º | 0.43% | 0.65% | - |
| HSV(B) | 325.26º | 0.37% | 0.8% | - |
| XYZ | 40.07 | 31.25 | 42.95 | - |
| YUV | 155.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 172 | 0 | 0.37 | 0.16 | 0.2 | 325.26 | 0.43 | 0.65 |
| Hex | CC | 80 | AC | 0 | 25 | 10 | 14 | 145 | 2B | 41 |
| Octal | 314 | 200 | 254 | 0 | 45 | 20 | 24 | 505 | 53 | 101 |
| Binary | 11001100 | 10000000 | 10101100 | 0 | 100101 | 10000 | 10100 | 101000101 | 101011 | 1000001 |
Color Harmonies of #CC80AC
Complementary color
Monochromatic Colors of #CC80AC
Black with #CC80AC
Text Example
Text Example
White with #CC80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80AC; }
p { color: rgb(204,128,172); }
H1.HeaderClassName
{
color: #CC80AC;
}
.AnyTagClassName
{
color: #CC80AC;
}
</style>
background-color css
<style>
a { background-color: #CC80AC; }
a { background-color: rgb(204,128,172); }
div.DivClassName
{
background-color: #CC80AC;
}
.BgClassName
{
background-color: #CC80AC;
}
</style>
border-color css
<style>
span { border-color: #CC80AC; }
span { border-color: rgb(204,128,172); }
td.TdClassName
{
border-color: #CC80AC;
}
.TagClassName
{
border-color: #CC80AC;
}
</style>