Shades of Lily #C899B9
Tints of Lily #C899B9
RGB
CMYK
RGB Variations
Color information
#C899B9 (or 0xC899B9) is known color: Lily. HEX triplet: C8, 99 and B9. RGB value is (200,153,185). Sum of RGB (Red+Green+Blue) = 200+153+185=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C899B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899B9 is #376646. Grayscale: #AAAAAA. Windows color (decimal): -3630663 or 12163528. OLE color: 12163528.
HSL color Cylindrical-coordinate representation of color #C899B9: hue angle of 319.15º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C899B9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 185 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.22 |
| HSL | 319.15º | 0.3% | 0.69% | - |
| HSV(B) | 319.15º | 0.24% | 0.78% | - |
| XYZ | 43.97 | 38.56 | 51.03 | - |
| YUV | 170.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 185 | 0 | 0.24 | 0.08 | 0.22 | 319.15 | 0.3 | 0.69 |
| Hex | C8 | 99 | B9 | 0 | 18 | 8 | 16 | 13F | 1E | 45 |
| Octal | 310 | 231 | 271 | 0 | 30 | 10 | 26 | 477 | 36 | 105 |
| Binary | 11001000 | 10011001 | 10111001 | 0 | 11000 | 1000 | 10110 | 100111111 | 11110 | 1000101 |
Color Harmonies of #C899B9
Complementary color
Monochromatic Colors of #C899B9
Black with #C899B9
Text Example
Text Example
White with #C899B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899B9; }
p { color: rgb(200,153,185); }
H1.HeaderClassName
{
color: #C899B9;
}
.AnyTagClassName
{
color: #C899B9;
}
</style>
background-color css
<style>
a { background-color: #C899B9; }
a { background-color: rgb(200,153,185); }
div.DivClassName
{
background-color: #C899B9;
}
.BgClassName
{
background-color: #C899B9;
}
</style>
border-color css
<style>
span { border-color: #C899B9; }
span { border-color: rgb(200,153,185); }
td.TdClassName
{
border-color: #C899B9;
}
.TagClassName
{
border-color: #C899B9;
}
</style>