Shades of Lily #C899B3
Tints of Lily #C899B3
RGB
CMYK
RGB Variations
Color information
#C899B3 (or 0xC899B3) is known color: Lily. HEX triplet: C8, 99 and B3. RGB value is (200,153,179). Sum of RGB (Red+Green+Blue) = 200+153+179=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C899B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899B3 is #37664C. Grayscale: #A9A9A9. Windows color (decimal): -3630669 or 11770312. OLE color: 11770312.
HSL color Cylindrical-coordinate representation of color #C899B3: hue angle of 326.81º 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 #C899B3 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 179 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.22 |
| HSL | 326.81º | 0.3% | 0.69% | - |
| HSV(B) | 326.81º | 0.24% | 0.78% | - |
| XYZ | 43.35 | 38.32 | 47.76 | - |
| YUV | 170.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 179 | 0 | 0.24 | 0.10 | 0.22 | 326.81 | 0.3 | 0.69 |
| Hex | C8 | 99 | B3 | 0 | 18 | A | 16 | 147 | 1E | 45 |
| Octal | 310 | 231 | 263 | 0 | 30 | 12 | 26 | 507 | 36 | 105 |
| Binary | 11001000 | 10011001 | 10110011 | 0 | 11000 | 1010 | 10110 | 101000111 | 11110 | 1000101 |
Color Harmonies of #C899B3
Complementary color
Monochromatic Colors of #C899B3
Black with #C899B3
Text Example
Text Example
White with #C899B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899B3; }
p { color: rgb(200,153,179); }
H1.HeaderClassName
{
color: #C899B3;
}
.AnyTagClassName
{
color: #C899B3;
}
</style>
background-color css
<style>
a { background-color: #C899B3; }
a { background-color: rgb(200,153,179); }
div.DivClassName
{
background-color: #C899B3;
}
.BgClassName
{
background-color: #C899B3;
}
</style>
border-color css
<style>
span { border-color: #C899B3; }
span { border-color: rgb(200,153,179); }
td.TdClassName
{
border-color: #C899B3;
}
.TagClassName
{
border-color: #C899B3;
}
</style>