Shades of Lily #C895B8
Tints of Lily #C895B8
RGB
CMYK
RGB Variations
Color information
#C895B8 (or 0xC895B8) is known color: Lily. HEX triplet: C8, 95 and B8. RGB value is (200,149,184). Sum of RGB (Red+Green+Blue) = 200+149+184=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C895B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895B8 is #376A47. Grayscale: #A8A8A8. Windows color (decimal): -3631688 or 12096968. OLE color: 12096968.
HSL color Cylindrical-coordinate representation of color #C895B8: hue angle of 318.82º 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 #C895B8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 184 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.22 |
| HSL | 318.82º | 0.32% | 0.68% | - |
| HSV(B) | 318.82º | 0.26% | 0.78% | - |
| XYZ | 43.22 | 37.23 | 50.26 | - |
| YUV | 168.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 184 | 0 | 0.26 | 0.08 | 0.22 | 318.82 | 0.32 | 0.68 |
| Hex | C8 | 95 | B8 | 0 | 1A | 8 | 16 | 13F | 20 | 44 |
| Octal | 310 | 225 | 270 | 0 | 32 | 10 | 26 | 477 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10111000 | 0 | 11010 | 1000 | 10110 | 100111111 | 100000 | 1000100 |
Color Harmonies of #C895B8
Complementary color
Monochromatic Colors of #C895B8
Black with #C895B8
Text Example
Text Example
White with #C895B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895B8; }
p { color: rgb(200,149,184); }
H1.HeaderClassName
{
color: #C895B8;
}
.AnyTagClassName
{
color: #C895B8;
}
</style>
background-color css
<style>
a { background-color: #C895B8; }
a { background-color: rgb(200,149,184); }
div.DivClassName
{
background-color: #C895B8;
}
.BgClassName
{
background-color: #C895B8;
}
</style>
border-color css
<style>
span { border-color: #C895B8; }
span { border-color: rgb(200,149,184); }
td.TdClassName
{
border-color: #C895B8;
}
.TagClassName
{
border-color: #C895B8;
}
</style>