Shades of Lily #C89BAC
Tints of Lily #C89BAC
RGB
CMYK
RGB Variations
Color information
#C89BAC (or 0xC89BAC) is known color: Lily. HEX triplet: C8, 9B and AC. RGB value is (200,155,172). Sum of RGB (Red+Green+Blue) = 200+155+172=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C89BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89BAC is #376453. Grayscale: #AAAAAA. Windows color (decimal): -3630164 or 11312072. OLE color: 11312072.
HSL color Cylindrical-coordinate representation of color #C89BAC: hue angle of 337.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 #C89BAC is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 172 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.22 |
| HSL | 337.33º | 0.29% | 0.7% | - |
| HSV(B) | 337.33º | 0.23% | 0.78% | - |
| XYZ | 42.99 | 38.7 | 44.23 | - |
| YUV | 170.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 172 | 0 | 0.22 | 0.14 | 0.22 | 337.33 | 0.29 | 0.7 |
| Hex | C8 | 9B | AC | 0 | 16 | E | 16 | 151 | 1D | 46 |
| Octal | 310 | 233 | 254 | 0 | 26 | 16 | 26 | 521 | 35 | 106 |
| Binary | 11001000 | 10011011 | 10101100 | 0 | 10110 | 1110 | 10110 | 101010001 | 11101 | 1000110 |
Color Harmonies of #C89BAC
Complementary color
Monochromatic Colors of #C89BAC
Black with #C89BAC
Text Example
Text Example
White with #C89BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BAC; }
p { color: rgb(200,155,172); }
H1.HeaderClassName
{
color: #C89BAC;
}
.AnyTagClassName
{
color: #C89BAC;
}
</style>
background-color css
<style>
a { background-color: #C89BAC; }
a { background-color: rgb(200,155,172); }
div.DivClassName
{
background-color: #C89BAC;
}
.BgClassName
{
background-color: #C89BAC;
}
</style>
border-color css
<style>
span { border-color: #C89BAC; }
span { border-color: rgb(200,155,172); }
td.TdClassName
{
border-color: #C89BAC;
}
.TagClassName
{
border-color: #C89BAC;
}
</style>