Shades of Lily #CCA7BA
Tints of Lily #CCA7BA
RGB
CMYK
RGB Variations
Color information
#CCA7BA (or 0xCCA7BA) is known color: Lily. HEX triplet: CC, A7 and BA. RGB value is (204,167,186). Sum of RGB (Red+Green+Blue) = 204+167+186=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7BA is #335845. Grayscale: #B4B4B4. Windows color (decimal): -3364934 or 12232652. OLE color: 12232652.
HSL color Cylindrical-coordinate representation of color #CCA7BA: hue angle of 329.19º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA7BA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 186 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.2 |
| HSL | 329.19º | 0.27% | 0.73% | - |
| HSV(B) | 329.19º | 0.18% | 0.8% | - |
| XYZ | 47.58 | 44.02 | 52.44 | - |
| YUV | 180.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 186 | 0 | 0.18 | 0.09 | 0.2 | 329.19 | 0.27 | 0.73 |
| Hex | CC | A7 | BA | 0 | 12 | 9 | 14 | 149 | 1B | 49 |
| Octal | 314 | 247 | 272 | 0 | 22 | 11 | 24 | 511 | 33 | 111 |
| Binary | 11001100 | 10100111 | 10111010 | 0 | 10010 | 1001 | 10100 | 101001001 | 11011 | 1001001 |
Color Harmonies of #CCA7BA
Complementary color
Monochromatic Colors of #CCA7BA
Black with #CCA7BA
Text Example
Text Example
White with #CCA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA7BA; }
p { color: rgb(204,167,186); }
H1.HeaderClassName
{
color: #CCA7BA;
}
.AnyTagClassName
{
color: #CCA7BA;
}
</style>
background-color css
<style>
a { background-color: #CCA7BA; }
a { background-color: rgb(204,167,186); }
div.DivClassName
{
background-color: #CCA7BA;
}
.BgClassName
{
background-color: #CCA7BA;
}
</style>
border-color css
<style>
span { border-color: #CCA7BA; }
span { border-color: rgb(204,167,186); }
td.TdClassName
{
border-color: #CCA7BA;
}
.TagClassName
{
border-color: #CCA7BA;
}
</style>