Shades of Lily #C89BAE
Tints of Lily #C89BAE
RGB
CMYK
RGB Variations
Color information
#C89BAE (or 0xC89BAE) is known color: Lily. HEX triplet: C8, 9B and AE. RGB value is (200,155,174). Sum of RGB (Red+Green+Blue) = 200+155+174=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C89BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89BAE is #376451. Grayscale: #AAAAAA. Windows color (decimal): -3630162 or 11443144. OLE color: 11443144.
HSL color Cylindrical-coordinate representation of color #C89BAE: hue angle of 334.67º 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 #C89BAE is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 174 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.22 |
| HSL | 334.67º | 0.29% | 0.7% | - |
| HSV(B) | 334.67º | 0.23% | 0.78% | - |
| XYZ | 43.18 | 38.78 | 45.25 | - |
| YUV | 170.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 174 | 0 | 0.22 | 0.13 | 0.22 | 334.67 | 0.29 | 0.7 |
| Hex | C8 | 9B | AE | 0 | 16 | D | 16 | 14F | 1D | 46 |
| Octal | 310 | 233 | 256 | 0 | 26 | 15 | 26 | 517 | 35 | 106 |
| Binary | 11001000 | 10011011 | 10101110 | 0 | 10110 | 1101 | 10110 | 101001111 | 11101 | 1000110 |
Color Harmonies of #C89BAE
Complementary color
Monochromatic Colors of #C89BAE
Black with #C89BAE
Text Example
Text Example
White with #C89BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BAE; }
p { color: rgb(200,155,174); }
H1.HeaderClassName
{
color: #C89BAE;
}
.AnyTagClassName
{
color: #C89BAE;
}
</style>
background-color css
<style>
a { background-color: #C89BAE; }
a { background-color: rgb(200,155,174); }
div.DivClassName
{
background-color: #C89BAE;
}
.BgClassName
{
background-color: #C89BAE;
}
</style>
border-color css
<style>
span { border-color: #C89BAE; }
span { border-color: rgb(200,155,174); }
td.TdClassName
{
border-color: #C89BAE;
}
.TagClassName
{
border-color: #C89BAE;
}
</style>