Shades of Lily #CCA1B6
Tints of Lily #CCA1B6
RGB
CMYK
RGB Variations
Color information
#CCA1B6 (or 0xCCA1B6) is known color: Lily. HEX triplet: CC, A1 and B6. RGB value is (204,161,182). Sum of RGB (Red+Green+Blue) = 204+161+182=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1B6 is #335E49. Grayscale: #B0B0B0. Windows color (decimal): -3366474 or 11968972. OLE color: 11968972.
HSL color Cylindrical-coordinate representation of color #CCA1B6: hue angle of 330.7º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA1B6 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 161 | 182 | - |
CMYK | 0 | 0.21 | 0.11 | 0.2 |
HSL | 330.7º | 0.3% | 0.72% | - |
HSV(B) | 330.7º | 0.21% | 0.8% | - |
XYZ | 46.09 | 41.7 | 49.88 | - |
YUV | 176.25 | 131.25 | 147.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 161 | 182 | 0 | 0.21 | 0.11 | 0.2 | 330.7 | 0.3 | 0.72 |
Hex | CC | A1 | B6 | 0 | 15 | B | 14 | 14B | 1E | 48 |
Octal | 314 | 241 | 266 | 0 | 25 | 13 | 24 | 513 | 36 | 110 |
Binary | 11001100 | 10100001 | 10110110 | 0 | 10101 | 1011 | 10100 | 101001011 | 11110 | 1001000 |
Color Harmonies of #CCA1B6
Complementary color
Monochromatic Colors of #CCA1B6
Black with #CCA1B6
Text Example
Text Example
White with #CCA1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1B6; }
p { color: rgb(204,161,182); }
H1.HeaderClassName
{
color: #CCA1B6;
}
.AnyTagClassName
{
color: #CCA1B6;
}
</style>
background-color css
<style>
a { background-color: #CCA1B6; }
a { background-color: rgb(204,161,182); }
div.DivClassName
{
background-color: #CCA1B6;
}
.BgClassName
{
background-color: #CCA1B6;
}
</style>
border-color css
<style>
span { border-color: #CCA1B6; }
span { border-color: rgb(204,161,182); }
td.TdClassName
{
border-color: #CCA1B6;
}
.TagClassName
{
border-color: #CCA1B6;
}
</style>