Shades of Lily #C99BAF
Tints of Lily #C99BAF
RGB
CMYK
RGB Variations
Color information
#C99BAF (or 0xC99BAF) is known color: Lily. HEX triplet: C9, 9B and AF. RGB value is (201,155,175). Sum of RGB (Red+Green+Blue) = 201+155+175=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99BAF is #366450. Grayscale: #ABABAB. Windows color (decimal): -3564625 or 11508681. OLE color: 11508681.
HSL color Cylindrical-coordinate representation of color #C99BAF: hue angle of 333.91º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99BAF is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 175 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.21 |
| HSL | 333.91º | 0.3% | 0.7% | - |
| HSV(B) | 333.91º | 0.23% | 0.79% | - |
| XYZ | 43.55 | 38.96 | 45.78 | - |
| YUV | 171.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 175 | 0 | 0.23 | 0.13 | 0.21 | 333.91 | 0.3 | 0.7 |
| Hex | C9 | 9B | AF | 0 | 17 | D | 15 | 14E | 1E | 46 |
| Octal | 311 | 233 | 257 | 0 | 27 | 15 | 25 | 516 | 36 | 106 |
| Binary | 11001001 | 10011011 | 10101111 | 0 | 10111 | 1101 | 10101 | 101001110 | 11110 | 1000110 |
Color Harmonies of #C99BAF
Complementary color
Monochromatic Colors of #C99BAF
Black with #C99BAF
Text Example
Text Example
White with #C99BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BAF; }
p { color: rgb(201,155,175); }
H1.HeaderClassName
{
color: #C99BAF;
}
.AnyTagClassName
{
color: #C99BAF;
}
</style>
background-color css
<style>
a { background-color: #C99BAF; }
a { background-color: rgb(201,155,175); }
div.DivClassName
{
background-color: #C99BAF;
}
.BgClassName
{
background-color: #C99BAF;
}
</style>
border-color css
<style>
span { border-color: #C99BAF; }
span { border-color: rgb(201,155,175); }
td.TdClassName
{
border-color: #C99BAF;
}
.TagClassName
{
border-color: #C99BAF;
}
</style>