Shades of Lily #C899B5
Tints of Lily #C899B5
RGB
CMYK
RGB Variations
Color information
#C899B5 (or 0xC899B5) is known color: Lily. HEX triplet: C8, 99 and B5. RGB value is (200,153,181). Sum of RGB (Red+Green+Blue) = 200+153+181=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C899B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899B5 is #37664A. Grayscale: #AAAAAA. Windows color (decimal): -3630667 or 11901384. OLE color: 11901384.
HSL color Cylindrical-coordinate representation of color #C899B5: hue angle of 324.26º 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 #C899B5 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 181 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.22 |
| HSL | 324.26º | 0.3% | 0.69% | - |
| HSV(B) | 324.26º | 0.24% | 0.78% | - |
| XYZ | 43.55 | 38.4 | 48.83 | - |
| YUV | 170.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 181 | 0 | 0.24 | 0.09 | 0.22 | 324.26 | 0.3 | 0.69 |
| Hex | C8 | 99 | B5 | 0 | 18 | 9 | 16 | 144 | 1E | 45 |
| Octal | 310 | 231 | 265 | 0 | 30 | 11 | 26 | 504 | 36 | 105 |
| Binary | 11001000 | 10011001 | 10110101 | 0 | 11000 | 1001 | 10110 | 101000100 | 11110 | 1000101 |
Color Harmonies of #C899B5
Complementary color
Monochromatic Colors of #C899B5
Black with #C899B5
Text Example
Text Example
White with #C899B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899B5; }
p { color: rgb(200,153,181); }
H1.HeaderClassName
{
color: #C899B5;
}
.AnyTagClassName
{
color: #C899B5;
}
</style>
background-color css
<style>
a { background-color: #C899B5; }
a { background-color: rgb(200,153,181); }
div.DivClassName
{
background-color: #C899B5;
}
.BgClassName
{
background-color: #C899B5;
}
</style>
border-color css
<style>
span { border-color: #C899B5; }
span { border-color: rgb(200,153,181); }
td.TdClassName
{
border-color: #C899B5;
}
.TagClassName
{
border-color: #C899B5;
}
</style>