Shades of Lily #C899B7
Tints of Lily #C899B7
RGB
CMYK
RGB Variations
Color information
#C899B7 (or 0xC899B7) is known color: Lily. HEX triplet: C8, 99 and B7. RGB value is (200,153,183). Sum of RGB (Red+Green+Blue) = 200+153+183=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C899B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899B7 is #376648. Grayscale: #AAAAAA. Windows color (decimal): -3630665 or 12032456. OLE color: 12032456.
HSL color Cylindrical-coordinate representation of color #C899B7: hue angle of 321.7º 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 #C899B7 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 183 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.22 |
| HSL | 321.7º | 0.3% | 0.69% | - |
| HSV(B) | 321.7º | 0.24% | 0.78% | - |
| XYZ | 43.76 | 38.48 | 49.92 | - |
| YUV | 170.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 183 | 0 | 0.24 | 0.08 | 0.22 | 321.7 | 0.3 | 0.69 |
| Hex | C8 | 99 | B7 | 0 | 18 | 8 | 16 | 142 | 1E | 45 |
| Octal | 310 | 231 | 267 | 0 | 30 | 10 | 26 | 502 | 36 | 105 |
| Binary | 11001000 | 10011001 | 10110111 | 0 | 11000 | 1000 | 10110 | 101000010 | 11110 | 1000101 |
Color Harmonies of #C899B7
Complementary color
Monochromatic Colors of #C899B7
Black with #C899B7
Text Example
Text Example
White with #C899B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899B7; }
p { color: rgb(200,153,183); }
H1.HeaderClassName
{
color: #C899B7;
}
.AnyTagClassName
{
color: #C899B7;
}
</style>
background-color css
<style>
a { background-color: #C899B7; }
a { background-color: rgb(200,153,183); }
div.DivClassName
{
background-color: #C899B7;
}
.BgClassName
{
background-color: #C899B7;
}
</style>
border-color css
<style>
span { border-color: #C899B7; }
span { border-color: rgb(200,153,183); }
td.TdClassName
{
border-color: #C899B7;
}
.TagClassName
{
border-color: #C899B7;
}
</style>