Shades of Lily #C895AE
Tints of Lily #C895AE
RGB
CMYK
RGB Variations
Color information
#C895AE (or 0xC895AE) is known color: Lily. HEX triplet: C8, 95 and AE. RGB value is (200,149,174). Sum of RGB (Red+Green+Blue) = 200+149+174=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C895AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C895AE is #376A51. Grayscale: #A7A7A7. Windows color (decimal): -3631698 or 11441608. OLE color: 11441608.
HSL color Cylindrical-coordinate representation of color #C895AE: hue angle of 330.59º 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 #C895AE is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 174 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.22 |
| HSL | 330.59º | 0.32% | 0.68% | - |
| HSV(B) | 330.59º | 0.26% | 0.78% | - |
| XYZ | 42.21 | 36.83 | 44.93 | - |
| YUV | 167.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 174 | 0 | 0.26 | 0.13 | 0.22 | 330.59 | 0.32 | 0.68 |
| Hex | C8 | 95 | AE | 0 | 1A | D | 16 | 14B | 20 | 44 |
| Octal | 310 | 225 | 256 | 0 | 32 | 15 | 26 | 513 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10101110 | 0 | 11010 | 1101 | 10110 | 101001011 | 100000 | 1000100 |
Color Harmonies of #C895AE
Complementary color
Monochromatic Colors of #C895AE
Black with #C895AE
Text Example
Text Example
White with #C895AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895AE; }
p { color: rgb(200,149,174); }
H1.HeaderClassName
{
color: #C895AE;
}
.AnyTagClassName
{
color: #C895AE;
}
</style>
background-color css
<style>
a { background-color: #C895AE; }
a { background-color: rgb(200,149,174); }
div.DivClassName
{
background-color: #C895AE;
}
.BgClassName
{
background-color: #C895AE;
}
</style>
border-color css
<style>
span { border-color: #C895AE; }
span { border-color: rgb(200,149,174); }
td.TdClassName
{
border-color: #C895AE;
}
.TagClassName
{
border-color: #C895AE;
}
</style>