Shades of Lily #C895AC
Tints of Lily #C895AC
RGB
CMYK
RGB Variations
Color information
#C895AC (or 0xC895AC) is known color: Lily. HEX triplet: C8, 95 and AC. RGB value is (200,149,172). Sum of RGB (Red+Green+Blue) = 200+149+172=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C895AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C895AC is #376A53. Grayscale: #A6A6A6. Windows color (decimal): -3631700 or 11310536. OLE color: 11310536.
HSL color Cylindrical-coordinate representation of color #C895AC: hue angle of 332.94º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C895AC is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 149 | 172 | - |
CMYK | 0 | 0.26 | 0.14 | 0.22 |
HSL | 332.94º | 0.32% | 0.68% | - |
HSV(B) | 332.94º | 0.26% | 0.78% | - |
XYZ | 42.01 | 36.75 | 43.91 | - |
YUV | 166.87 | 130.9 | 151.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 149 | 172 | 0 | 0.26 | 0.14 | 0.22 | 332.94 | 0.32 | 0.68 |
Hex | C8 | 95 | AC | 0 | 1A | E | 16 | 14D | 20 | 44 |
Octal | 310 | 225 | 254 | 0 | 32 | 16 | 26 | 515 | 40 | 104 |
Binary | 11001000 | 10010101 | 10101100 | 0 | 11010 | 1110 | 10110 | 101001101 | 100000 | 1000100 |
Color Harmonies of #C895AC
Complementary color
Monochromatic Colors of #C895AC
Black with #C895AC
Text Example
Text Example
White with #C895AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895AC; }
p { color: rgb(200,149,172); }
H1.HeaderClassName
{
color: #C895AC;
}
.AnyTagClassName
{
color: #C895AC;
}
</style>
background-color css
<style>
a { background-color: #C895AC; }
a { background-color: rgb(200,149,172); }
div.DivClassName
{
background-color: #C895AC;
}
.BgClassName
{
background-color: #C895AC;
}
</style>
border-color css
<style>
span { border-color: #C895AC; }
span { border-color: rgb(200,149,172); }
td.TdClassName
{
border-color: #C895AC;
}
.TagClassName
{
border-color: #C895AC;
}
</style>