Shades of Lily #C4ACB5
Tints of Lily #C4ACB5
RGB
CMYK
RGB Variations
Color information
#C4ACB5 (or 0xC4ACB5) is known color: Lily. HEX triplet: C4, AC and B5. RGB value is (196,172,181). Sum of RGB (Red+Green+Blue) = 196+172+181=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACB5 is #3B534A. Grayscale: #B4B4B4. Windows color (decimal): -3887947 or 11906244. OLE color: 11906244.
HSL color Cylindrical-coordinate representation of color #C4ACB5: hue angle of 337.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ACB5 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 181 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.23 |
| HSL | 337.5º | 0.17% | 0.72% | - |
| HSV(B) | 337.5º | 0.12% | 0.77% | - |
| XYZ | 45.86 | 44.58 | 49.9 | - |
| YUV | 180.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 181 | 0 | 0.12 | 0.08 | 0.23 | 337.5 | 0.17 | 0.72 |
| Hex | C4 | AC | B5 | 0 | C | 8 | 17 | 152 | 11 | 48 |
| Octal | 304 | 254 | 265 | 0 | 14 | 10 | 27 | 522 | 21 | 110 |
| Binary | 11000100 | 10101100 | 10110101 | 0 | 1100 | 1000 | 10111 | 101010010 | 10001 | 1001000 |
Color Harmonies of #C4ACB5
Complementary color
Monochromatic Colors of #C4ACB5
Black with #C4ACB5
Text Example
Text Example
White with #C4ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACB5; }
p { color: rgb(196,172,181); }
H1.HeaderClassName
{
color: #C4ACB5;
}
.AnyTagClassName
{
color: #C4ACB5;
}
</style>
background-color css
<style>
a { background-color: #C4ACB5; }
a { background-color: rgb(196,172,181); }
div.DivClassName
{
background-color: #C4ACB5;
}
.BgClassName
{
background-color: #C4ACB5;
}
</style>
border-color css
<style>
span { border-color: #C4ACB5; }
span { border-color: rgb(196,172,181); }
td.TdClassName
{
border-color: #C4ACB5;
}
.TagClassName
{
border-color: #C4ACB5;
}
</style>