Shades of Lily #C97BAE
Tints of Lily #C97BAE
RGB
CMYK
RGB Variations
Color information
#C97BAE (or 0xC97BAE) is known color: Lily. HEX triplet: C9, 7B and AE. RGB value is (201,123,174). Sum of RGB (Red+Green+Blue) = 201+123+174=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97BAE is #368451. Grayscale: #989898. Windows color (decimal): -3572818 or 11434953. OLE color: 11434953.
HSL color Cylindrical-coordinate representation of color #C97BAE: hue angle of 320.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97BAE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 174 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.21 |
| HSL | 320.77º | 0.42% | 0.64% | - |
| HSV(B) | 320.77º | 0.39% | 0.79% | - |
| XYZ | 38.81 | 29.64 | 43.72 | - |
| YUV | 152.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 174 | 0 | 0.39 | 0.13 | 0.21 | 320.77 | 0.42 | 0.64 |
| Hex | C9 | 7B | AE | 0 | 27 | D | 15 | 141 | 2A | 40 |
| Octal | 311 | 173 | 256 | 0 | 47 | 15 | 25 | 501 | 52 | 100 |
| Binary | 11001001 | 1111011 | 10101110 | 0 | 100111 | 1101 | 10101 | 101000001 | 101010 | 1000000 |
Color Harmonies of #C97BAE
Complementary color
Monochromatic Colors of #C97BAE
Black with #C97BAE
Text Example
Text Example
White with #C97BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BAE; }
p { color: rgb(201,123,174); }
H1.HeaderClassName
{
color: #C97BAE;
}
.AnyTagClassName
{
color: #C97BAE;
}
</style>
background-color css
<style>
a { background-color: #C97BAE; }
a { background-color: rgb(201,123,174); }
div.DivClassName
{
background-color: #C97BAE;
}
.BgClassName
{
background-color: #C97BAE;
}
</style>
border-color css
<style>
span { border-color: #C97BAE; }
span { border-color: rgb(201,123,174); }
td.TdClassName
{
border-color: #C97BAE;
}
.TagClassName
{
border-color: #C97BAE;
}
</style>