Shades of Lily #CCA6BA
Tints of Lily #CCA6BA
RGB
CMYK
RGB Variations
Color information
#CCA6BA (or 0xCCA6BA) is known color: Lily. HEX triplet: CC, A6 and BA. RGB value is (204,166,186). Sum of RGB (Red+Green+Blue) = 204+166+186=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6BA is #335945. Grayscale: #B3B3B3. Windows color (decimal): -3365190 or 12232396. OLE color: 12232396.
HSL color Cylindrical-coordinate representation of color #CCA6BA: hue angle of 328.42º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA6BA is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 186 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.2 |
| HSL | 328.42º | 0.27% | 0.73% | - |
| HSV(B) | 328.42º | 0.19% | 0.8% | - |
| XYZ | 47.4 | 43.65 | 52.38 | - |
| YUV | 179.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 186 | 0 | 0.19 | 0.09 | 0.2 | 328.42 | 0.27 | 0.73 |
| Hex | CC | A6 | BA | 0 | 13 | 9 | 14 | 148 | 1B | 49 |
| Octal | 314 | 246 | 272 | 0 | 23 | 11 | 24 | 510 | 33 | 111 |
| Binary | 11001100 | 10100110 | 10111010 | 0 | 10011 | 1001 | 10100 | 101001000 | 11011 | 1001001 |
Color Harmonies of #CCA6BA
Complementary color
Monochromatic Colors of #CCA6BA
Black with #CCA6BA
Text Example
Text Example
White with #CCA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6BA; }
p { color: rgb(204,166,186); }
H1.HeaderClassName
{
color: #CCA6BA;
}
.AnyTagClassName
{
color: #CCA6BA;
}
</style>
background-color css
<style>
a { background-color: #CCA6BA; }
a { background-color: rgb(204,166,186); }
div.DivClassName
{
background-color: #CCA6BA;
}
.BgClassName
{
background-color: #CCA6BA;
}
</style>
border-color css
<style>
span { border-color: #CCA6BA; }
span { border-color: rgb(204,166,186); }
td.TdClassName
{
border-color: #CCA6BA;
}
.TagClassName
{
border-color: #CCA6BA;
}
</style>