Shades of Lily #C899B6
Tints of Lily #C899B6
RGB
CMYK
RGB Variations
Color information
#C899B6 (or 0xC899B6) is known color: Lily. HEX triplet: C8, 99 and B6. RGB value is (200,153,182). Sum of RGB (Red+Green+Blue) = 200+153+182=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C899B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899B6 is #376649. Grayscale: #AAAAAA. Windows color (decimal): -3630666 or 11966920. OLE color: 11966920.
HSL color Cylindrical-coordinate representation of color #C899B6: hue angle of 322.98º 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 #C899B6 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 182 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.22 |
| HSL | 322.98º | 0.3% | 0.69% | - |
| HSV(B) | 322.98º | 0.24% | 0.78% | - |
| XYZ | 43.65 | 38.44 | 49.37 | - |
| YUV | 170.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 182 | 0 | 0.24 | 0.09 | 0.22 | 322.98 | 0.3 | 0.69 |
| Hex | C8 | 99 | B6 | 0 | 18 | 9 | 16 | 143 | 1E | 45 |
| Octal | 310 | 231 | 266 | 0 | 30 | 11 | 26 | 503 | 36 | 105 |
| Binary | 11001000 | 10011001 | 10110110 | 0 | 11000 | 1001 | 10110 | 101000011 | 11110 | 1000101 |
Color Harmonies of #C899B6
Complementary color
Monochromatic Colors of #C899B6
Black with #C899B6
Text Example
Text Example
White with #C899B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899B6; }
p { color: rgb(200,153,182); }
H1.HeaderClassName
{
color: #C899B6;
}
.AnyTagClassName
{
color: #C899B6;
}
</style>
background-color css
<style>
a { background-color: #C899B6; }
a { background-color: rgb(200,153,182); }
div.DivClassName
{
background-color: #C899B6;
}
.BgClassName
{
background-color: #C899B6;
}
</style>
border-color css
<style>
span { border-color: #C899B6; }
span { border-color: rgb(200,153,182); }
td.TdClassName
{
border-color: #C899B6;
}
.TagClassName
{
border-color: #C899B6;
}
</style>