Shades of Lily #C89BB5
Tints of Lily #C89BB5
RGB
CMYK
RGB Variations
Color information
#C89BB5 (or 0xC89BB5) is known color: Lily. HEX triplet: C8, 9B and B5. RGB value is (200,155,181). Sum of RGB (Red+Green+Blue) = 200+155+181=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C89BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BB5 is #37644A. Grayscale: #ABABAB. Windows color (decimal): -3630155 or 11901896. OLE color: 11901896.
HSL color Cylindrical-coordinate representation of color #C89BB5: hue angle of 325.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89BB5 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 181 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.22 |
| HSL | 325.33º | 0.29% | 0.7% | - |
| HSV(B) | 325.33º | 0.23% | 0.78% | - |
| XYZ | 43.88 | 39.06 | 48.94 | - |
| YUV | 171.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 181 | 0 | 0.22 | 0.09 | 0.22 | 325.33 | 0.29 | 0.7 |
| Hex | C8 | 9B | B5 | 0 | 16 | 9 | 16 | 145 | 1D | 46 |
| Octal | 310 | 233 | 265 | 0 | 26 | 11 | 26 | 505 | 35 | 106 |
| Binary | 11001000 | 10011011 | 10110101 | 0 | 10110 | 1001 | 10110 | 101000101 | 11101 | 1000110 |
Color Harmonies of #C89BB5
Complementary color
Monochromatic Colors of #C89BB5
Black with #C89BB5
Text Example
Text Example
White with #C89BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BB5; }
p { color: rgb(200,155,181); }
H1.HeaderClassName
{
color: #C89BB5;
}
.AnyTagClassName
{
color: #C89BB5;
}
</style>
background-color css
<style>
a { background-color: #C89BB5; }
a { background-color: rgb(200,155,181); }
div.DivClassName
{
background-color: #C89BB5;
}
.BgClassName
{
background-color: #C89BB5;
}
</style>
border-color css
<style>
span { border-color: #C89BB5; }
span { border-color: rgb(200,155,181); }
td.TdClassName
{
border-color: #C89BB5;
}
.TagClassName
{
border-color: #C89BB5;
}
</style>