Shades of Lily #C895AF
Tints of Lily #C895AF
RGB
CMYK
RGB Variations
Color information
#C895AF (or 0xC895AF) is known color: Lily. HEX triplet: C8, 95 and AF. RGB value is (200,149,175). Sum of RGB (Red+Green+Blue) = 200+149+175=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C895AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C895AF is #376A50. Grayscale: #A7A7A7. Windows color (decimal): -3631697 or 11507144. OLE color: 11507144.
HSL color Cylindrical-coordinate representation of color #C895AF: hue angle of 329.41º 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 #C895AF is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 175 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.22 |
| HSL | 329.41º | 0.32% | 0.68% | - |
| HSV(B) | 329.41º | 0.26% | 0.78% | - |
| XYZ | 42.3 | 36.87 | 45.44 | - |
| YUV | 167.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 175 | 0 | 0.26 | 0.12 | 0.22 | 329.41 | 0.32 | 0.68 |
| Hex | C8 | 95 | AF | 0 | 1A | C | 16 | 149 | 20 | 44 |
| Octal | 310 | 225 | 257 | 0 | 32 | 14 | 26 | 511 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10101111 | 0 | 11010 | 1100 | 10110 | 101001001 | 100000 | 1000100 |
Color Harmonies of #C895AF
Complementary color
Monochromatic Colors of #C895AF
Black with #C895AF
Text Example
Text Example
White with #C895AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895AF; }
p { color: rgb(200,149,175); }
H1.HeaderClassName
{
color: #C895AF;
}
.AnyTagClassName
{
color: #C895AF;
}
</style>
background-color css
<style>
a { background-color: #C895AF; }
a { background-color: rgb(200,149,175); }
div.DivClassName
{
background-color: #C895AF;
}
.BgClassName
{
background-color: #C895AF;
}
</style>
border-color css
<style>
span { border-color: #C895AF; }
span { border-color: rgb(200,149,175); }
td.TdClassName
{
border-color: #C895AF;
}
.TagClassName
{
border-color: #C895AF;
}
</style>