Shades of Lily #C89CAE
Tints of Lily #C89CAE
RGB
CMYK
RGB Variations
Color information
#C89CAE (or 0xC89CAE) is known color: Lily. HEX triplet: C8, 9C and AE. RGB value is (200,156,174). Sum of RGB (Red+Green+Blue) = 200+156+174=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C89CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89CAE is #376351. Grayscale: #ABABAB. Windows color (decimal): -3629906 or 11443400. OLE color: 11443400.
HSL color Cylindrical-coordinate representation of color #C89CAE: hue angle of 335.45º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C89CAE is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 174 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.22 |
| HSL | 335.45º | 0.29% | 0.7% | - |
| HSV(B) | 335.45º | 0.22% | 0.78% | - |
| XYZ | 43.35 | 39.11 | 45.31 | - |
| YUV | 171.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 174 | 0 | 0.22 | 0.13 | 0.22 | 335.45 | 0.29 | 0.7 |
| Hex | C8 | 9C | AE | 0 | 16 | D | 16 | 14F | 1D | 46 |
| Octal | 310 | 234 | 256 | 0 | 26 | 15 | 26 | 517 | 35 | 106 |
| Binary | 11001000 | 10011100 | 10101110 | 0 | 10110 | 1101 | 10110 | 101001111 | 11101 | 1000110 |
Color Harmonies of #C89CAE
Complementary color
Monochromatic Colors of #C89CAE
Black with #C89CAE
Text Example
Text Example
White with #C89CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CAE; }
p { color: rgb(200,156,174); }
H1.HeaderClassName
{
color: #C89CAE;
}
.AnyTagClassName
{
color: #C89CAE;
}
</style>
background-color css
<style>
a { background-color: #C89CAE; }
a { background-color: rgb(200,156,174); }
div.DivClassName
{
background-color: #C89CAE;
}
.BgClassName
{
background-color: #C89CAE;
}
</style>
border-color css
<style>
span { border-color: #C89CAE; }
span { border-color: rgb(200,156,174); }
td.TdClassName
{
border-color: #C89CAE;
}
.TagClassName
{
border-color: #C89CAE;
}
</style>