Shades of Lily #CCA6B5
Tints of Lily #CCA6B5
RGB
CMYK
RGB Variations
Color information
#CCA6B5 (or 0xCCA6B5) is known color: Lily. HEX triplet: CC, A6 and B5. RGB value is (204,166,181). Sum of RGB (Red+Green+Blue) = 204+166+181=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6B5 is #33594A. Grayscale: #B3B3B3. Windows color (decimal): -3365195 or 11904716. OLE color: 11904716.
HSL color Cylindrical-coordinate representation of color #CCA6B5: hue angle of 336.32º 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 #CCA6B5 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 166 | 181 | - |
CMYK | 0 | 0.19 | 0.11 | 0.2 |
HSL | 336.32º | 0.27% | 0.73% | - |
HSV(B) | 336.32º | 0.19% | 0.8% | - |
XYZ | 46.88 | 43.45 | 49.63 | - |
YUV | 179.07 | 129.09 | 145.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 166 | 181 | 0 | 0.19 | 0.11 | 0.2 | 336.32 | 0.27 | 0.73 |
Hex | CC | A6 | B5 | 0 | 13 | B | 14 | 150 | 1B | 49 |
Octal | 314 | 246 | 265 | 0 | 23 | 13 | 24 | 520 | 33 | 111 |
Binary | 11001100 | 10100110 | 10110101 | 0 | 10011 | 1011 | 10100 | 101010000 | 11011 | 1001001 |
Color Harmonies of #CCA6B5
Complementary color
Monochromatic Colors of #CCA6B5
Black with #CCA6B5
Text Example
Text Example
White with #CCA6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6B5; }
p { color: rgb(204,166,181); }
H1.HeaderClassName
{
color: #CCA6B5;
}
.AnyTagClassName
{
color: #CCA6B5;
}
</style>
background-color css
<style>
a { background-color: #CCA6B5; }
a { background-color: rgb(204,166,181); }
div.DivClassName
{
background-color: #CCA6B5;
}
.BgClassName
{
background-color: #CCA6B5;
}
</style>
border-color css
<style>
span { border-color: #CCA6B5; }
span { border-color: rgb(204,166,181); }
td.TdClassName
{
border-color: #CCA6B5;
}
.TagClassName
{
border-color: #CCA6B5;
}
</style>