Shades of Lily #CCA6B3
Tints of Lily #CCA6B3
RGB
CMYK
RGB Variations
Color information
#CCA6B3 (or 0xCCA6B3) is known color: Lily. HEX triplet: CC, A6 and B3. RGB value is (204,166,179). Sum of RGB (Red+Green+Blue) = 204+166+179=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6B3 is #33594C. Grayscale: #B2B2B2. Windows color (decimal): -3365197 or 11773644. OLE color: 11773644.
HSL color Cylindrical-coordinate representation of color #CCA6B3: hue angle of 339.47º 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 #CCA6B3 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 179 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.2 |
| HSL | 339.47º | 0.27% | 0.73% | - |
| HSV(B) | 339.47º | 0.19% | 0.8% | - |
| XYZ | 46.67 | 43.36 | 48.56 | - |
| YUV | 178.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 179 | 0 | 0.19 | 0.12 | 0.2 | 339.47 | 0.27 | 0.73 |
| Hex | CC | A6 | B3 | 0 | 13 | C | 14 | 153 | 1B | 49 |
| Octal | 314 | 246 | 263 | 0 | 23 | 14 | 24 | 523 | 33 | 111 |
| Binary | 11001100 | 10100110 | 10110011 | 0 | 10011 | 1100 | 10100 | 101010011 | 11011 | 1001001 |
Color Harmonies of #CCA6B3
Complementary color
Monochromatic Colors of #CCA6B3
Black with #CCA6B3
Text Example
Text Example
White with #CCA6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6B3; }
p { color: rgb(204,166,179); }
H1.HeaderClassName
{
color: #CCA6B3;
}
.AnyTagClassName
{
color: #CCA6B3;
}
</style>
background-color css
<style>
a { background-color: #CCA6B3; }
a { background-color: rgb(204,166,179); }
div.DivClassName
{
background-color: #CCA6B3;
}
.BgClassName
{
background-color: #CCA6B3;
}
</style>
border-color css
<style>
span { border-color: #CCA6B3; }
span { border-color: rgb(204,166,179); }
td.TdClassName
{
border-color: #CCA6B3;
}
.TagClassName
{
border-color: #CCA6B3;
}
</style>