Shades of Lily #C8ACB8
Tints of Lily #C8ACB8
RGB
CMYK
RGB Variations
Color information
#C8ACB8 (or 0xC8ACB8) is known color: Lily. HEX triplet: C8, AC and B8. RGB value is (200,172,184). Sum of RGB (Red+Green+Blue) = 200+172+184=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACB8 is #375347. Grayscale: #B5B5B5. Windows color (decimal): -3625800 or 12102856. OLE color: 12102856.
HSL color Cylindrical-coordinate representation of color #C8ACB8: hue angle of 334.29º 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 #C8ACB8 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 172 | 184 | - |
CMYK | 0 | 0.14 | 0.08 | 0.22 |
HSL | 334.29º | 0.2% | 0.73% | - |
HSV(B) | 334.29º | 0.14% | 0.78% | - |
XYZ | 47.22 | 45.25 | 51.59 | - |
YUV | 181.74 | 129.28 | 141.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 172 | 184 | 0 | 0.14 | 0.08 | 0.22 | 334.29 | 0.2 | 0.73 |
Hex | C8 | AC | B8 | 0 | E | 8 | 16 | 14E | 14 | 49 |
Octal | 310 | 254 | 270 | 0 | 16 | 10 | 26 | 516 | 24 | 111 |
Binary | 11001000 | 10101100 | 10111000 | 0 | 1110 | 1000 | 10110 | 101001110 | 10100 | 1001001 |
Color Harmonies of #C8ACB8
Complementary color
Monochromatic Colors of #C8ACB8
Black with #C8ACB8
Text Example
Text Example
White with #C8ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACB8; }
p { color: rgb(200,172,184); }
H1.HeaderClassName
{
color: #C8ACB8;
}
.AnyTagClassName
{
color: #C8ACB8;
}
</style>
background-color css
<style>
a { background-color: #C8ACB8; }
a { background-color: rgb(200,172,184); }
div.DivClassName
{
background-color: #C8ACB8;
}
.BgClassName
{
background-color: #C8ACB8;
}
</style>
border-color css
<style>
span { border-color: #C8ACB8; }
span { border-color: rgb(200,172,184); }
td.TdClassName
{
border-color: #C8ACB8;
}
.TagClassName
{
border-color: #C8ACB8;
}
</style>