Shades of Lily #C99DBB
Tints of Lily #C99DBB
RGB
CMYK
RGB Variations
Color information
#C99DBB (or 0xC99DBB) is known color: Lily. HEX triplet: C9, 9D and BB. RGB value is (201,157,187). Sum of RGB (Red+Green+Blue) = 201+157+187=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DBB is #366244. Grayscale: #ADADAD. Windows color (decimal): -3564101 or 12295625. OLE color: 12295625.
HSL color Cylindrical-coordinate representation of color #C99DBB: hue angle of 319.09º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99DBB is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 157 | 187 | - |
CMYK | 0 | 0.22 | 0.07 | 0.21 |
HSL | 319.09º | 0.29% | 0.7% | - |
HSV(B) | 319.09º | 0.22% | 0.79% | - |
XYZ | 45.11 | 40.12 | 52.38 | - |
YUV | 173.58 | 135.58 | 147.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 157 | 187 | 0 | 0.22 | 0.07 | 0.21 | 319.09 | 0.29 | 0.7 |
Hex | C9 | 9D | BB | 0 | 16 | 7 | 15 | 13F | 1D | 46 |
Octal | 311 | 235 | 273 | 0 | 26 | 7 | 25 | 477 | 35 | 106 |
Binary | 11001001 | 10011101 | 10111011 | 0 | 10110 | 111 | 10101 | 100111111 | 11101 | 1000110 |
Color Harmonies of #C99DBB
Complementary color
Monochromatic Colors of #C99DBB
Black with #C99DBB
Text Example
Text Example
White with #C99DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DBB; }
p { color: rgb(201,157,187); }
H1.HeaderClassName
{
color: #C99DBB;
}
.AnyTagClassName
{
color: #C99DBB;
}
</style>
background-color css
<style>
a { background-color: #C99DBB; }
a { background-color: rgb(201,157,187); }
div.DivClassName
{
background-color: #C99DBB;
}
.BgClassName
{
background-color: #C99DBB;
}
</style>
border-color css
<style>
span { border-color: #C99DBB; }
span { border-color: rgb(201,157,187); }
td.TdClassName
{
border-color: #C99DBB;
}
.TagClassName
{
border-color: #C99DBB;
}
</style>