Shades of Lily #C97CAE
Tints of Lily #C97CAE
RGB
CMYK
RGB Variations
Color information
#C97CAE (or 0xC97CAE) is known color: Lily. HEX triplet: C9, 7C and AE. RGB value is (201,124,174). Sum of RGB (Red+Green+Blue) = 201+124+174=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C97CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97CAE is #368351. Grayscale: #989898. Windows color (decimal): -3572562 or 11435209. OLE color: 11435209.
HSL color Cylindrical-coordinate representation of color #C97CAE: hue angle of 321.04º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97CAE is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 174 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.21 |
| HSL | 321.04º | 0.42% | 0.64% | - |
| HSV(B) | 321.04º | 0.38% | 0.79% | - |
| XYZ | 38.94 | 29.89 | 43.76 | - |
| YUV | 152.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 174 | 0 | 0.38 | 0.13 | 0.21 | 321.04 | 0.42 | 0.64 |
| Hex | C9 | 7C | AE | 0 | 26 | D | 15 | 141 | 2A | 40 |
| Octal | 311 | 174 | 256 | 0 | 46 | 15 | 25 | 501 | 52 | 100 |
| Binary | 11001001 | 1111100 | 10101110 | 0 | 100110 | 1101 | 10101 | 101000001 | 101010 | 1000000 |
Color Harmonies of #C97CAE
Complementary color
Monochromatic Colors of #C97CAE
Black with #C97CAE
Text Example
Text Example
White with #C97CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CAE; }
p { color: rgb(201,124,174); }
H1.HeaderClassName
{
color: #C97CAE;
}
.AnyTagClassName
{
color: #C97CAE;
}
</style>
background-color css
<style>
a { background-color: #C97CAE; }
a { background-color: rgb(201,124,174); }
div.DivClassName
{
background-color: #C97CAE;
}
.BgClassName
{
background-color: #C97CAE;
}
</style>
border-color css
<style>
span { border-color: #C97CAE; }
span { border-color: rgb(201,124,174); }
td.TdClassName
{
border-color: #C97CAE;
}
.TagClassName
{
border-color: #C97CAE;
}
</style>