Shades of Lily #CC8BAF
Tints of Lily #CC8BAF
RGB
CMYK
RGB Variations
Color information
#CC8BAF (or 0xCC8BAF) is known color: Lily. HEX triplet: CC, 8B and AF. RGB value is (204,139,175). Sum of RGB (Red+Green+Blue) = 204+139+175=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8BAF is #337450. Grayscale: #A2A2A2. Windows color (decimal): -3372113 or 11504588. OLE color: 11504588.
HSL color Cylindrical-coordinate representation of color #CC8BAF: hue angle of 326.77º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8BAF is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 175 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.2 |
| HSL | 326.77º | 0.39% | 0.67% | - |
| HSV(B) | 326.77º | 0.32% | 0.8% | - |
| XYZ | 41.87 | 34.4 | 44.99 | - |
| YUV | 162.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 175 | 0 | 0.32 | 0.14 | 0.2 | 326.77 | 0.39 | 0.67 |
| Hex | CC | 8B | AF | 0 | 20 | E | 14 | 147 | 27 | 43 |
| Octal | 314 | 213 | 257 | 0 | 40 | 16 | 24 | 507 | 47 | 103 |
| Binary | 11001100 | 10001011 | 10101111 | 0 | 100000 | 1110 | 10100 | 101000111 | 100111 | 1000011 |
Color Harmonies of #CC8BAF
Complementary color
Monochromatic Colors of #CC8BAF
Black with #CC8BAF
Text Example
Text Example
White with #CC8BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8BAF; }
p { color: rgb(204,139,175); }
H1.HeaderClassName
{
color: #CC8BAF;
}
.AnyTagClassName
{
color: #CC8BAF;
}
</style>
background-color css
<style>
a { background-color: #CC8BAF; }
a { background-color: rgb(204,139,175); }
div.DivClassName
{
background-color: #CC8BAF;
}
.BgClassName
{
background-color: #CC8BAF;
}
</style>
border-color css
<style>
span { border-color: #CC8BAF; }
span { border-color: rgb(204,139,175); }
td.TdClassName
{
border-color: #CC8BAF;
}
.TagClassName
{
border-color: #CC8BAF;
}
</style>