Shades of Lily #C895B6
Tints of Lily #C895B6
RGB
CMYK
RGB Variations
Color information
#C895B6 (or 0xC895B6) is known color: Lily. HEX triplet: C8, 95 and B6. RGB value is (200,149,182). Sum of RGB (Red+Green+Blue) = 200+149+182=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C895B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895B6 is #376A49. Grayscale: #A7A7A7. Windows color (decimal): -3631690 or 11965896. OLE color: 11965896.
HSL color Cylindrical-coordinate representation of color #C895B6: hue angle of 321.18º 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 #C895B6 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 182 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.22 |
| HSL | 321.18º | 0.32% | 0.68% | - |
| HSV(B) | 321.18º | 0.26% | 0.78% | - |
| XYZ | 43.01 | 37.15 | 49.16 | - |
| YUV | 168.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 182 | 0 | 0.26 | 0.09 | 0.22 | 321.18 | 0.32 | 0.68 |
| Hex | C8 | 95 | B6 | 0 | 1A | 9 | 16 | 141 | 20 | 44 |
| Octal | 310 | 225 | 266 | 0 | 32 | 11 | 26 | 501 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10110110 | 0 | 11010 | 1001 | 10110 | 101000001 | 100000 | 1000100 |
Color Harmonies of #C895B6
Complementary color
Monochromatic Colors of #C895B6
Black with #C895B6
Text Example
Text Example
White with #C895B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895B6; }
p { color: rgb(200,149,182); }
H1.HeaderClassName
{
color: #C895B6;
}
.AnyTagClassName
{
color: #C895B6;
}
</style>
background-color css
<style>
a { background-color: #C895B6; }
a { background-color: rgb(200,149,182); }
div.DivClassName
{
background-color: #C895B6;
}
.BgClassName
{
background-color: #C895B6;
}
</style>
border-color css
<style>
span { border-color: #C895B6; }
span { border-color: rgb(200,149,182); }
td.TdClassName
{
border-color: #C895B6;
}
.TagClassName
{
border-color: #C895B6;
}
</style>