Shades of Lily #C8ACB5
Tints of Lily #C8ACB5
RGB
CMYK
RGB Variations
Color information
#C8ACB5 (or 0xC8ACB5) is known color: Lily. HEX triplet: C8, AC and B5. RGB value is (200,172,181). Sum of RGB (Red+Green+Blue) = 200+172+181=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACB5 is #37534A. Grayscale: #B5B5B5. Windows color (decimal): -3625803 or 11906248. OLE color: 11906248.
HSL color Cylindrical-coordinate representation of color #C8ACB5: hue angle of 340.71º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ACB5 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 172 | 181 | - |
CMYK | 0 | 0.14 | 0.09 | 0.22 |
HSL | 340.71º | 0.2% | 0.73% | - |
HSV(B) | 340.71º | 0.14% | 0.78% | - |
XYZ | 46.91 | 45.12 | 49.95 | - |
YUV | 181.4 | 127.78 | 141.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 172 | 181 | 0 | 0.14 | 0.09 | 0.22 | 340.71 | 0.2 | 0.73 |
Hex | C8 | AC | B5 | 0 | E | 9 | 16 | 155 | 14 | 49 |
Octal | 310 | 254 | 265 | 0 | 16 | 11 | 26 | 525 | 24 | 111 |
Binary | 11001000 | 10101100 | 10110101 | 0 | 1110 | 1001 | 10110 | 101010101 | 10100 | 1001001 |
Color Harmonies of #C8ACB5
Complementary color
Monochromatic Colors of #C8ACB5
Black with #C8ACB5
Text Example
Text Example
White with #C8ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACB5; }
p { color: rgb(200,172,181); }
H1.HeaderClassName
{
color: #C8ACB5;
}
.AnyTagClassName
{
color: #C8ACB5;
}
</style>
background-color css
<style>
a { background-color: #C8ACB5; }
a { background-color: rgb(200,172,181); }
div.DivClassName
{
background-color: #C8ACB5;
}
.BgClassName
{
background-color: #C8ACB5;
}
</style>
border-color css
<style>
span { border-color: #C8ACB5; }
span { border-color: rgb(200,172,181); }
td.TdClassName
{
border-color: #C8ACB5;
}
.TagClassName
{
border-color: #C8ACB5;
}
</style>