Shades of Lily #C899BB
Tints of Lily #C899BB
RGB
CMYK
RGB Variations
Color information
#C899BB (or 0xC899BB) is known color: Lily. HEX triplet: C8, 99 and BB. RGB value is (200,153,187). Sum of RGB (Red+Green+Blue) = 200+153+187=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C899BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899BB is #376644. Grayscale: #AAAAAA. Windows color (decimal): -3630661 or 12294600. OLE color: 12294600.
HSL color Cylindrical-coordinate representation of color #C899BB: hue angle of 316.6º 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 #C899BB is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 187 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.22 |
| HSL | 316.6º | 0.3% | 0.69% | - |
| HSV(B) | 316.6º | 0.24% | 0.78% | - |
| XYZ | 44.18 | 38.65 | 52.15 | - |
| YUV | 170.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 187 | 0 | 0.24 | 0.06 | 0.22 | 316.6 | 0.3 | 0.69 |
| Hex | C8 | 99 | BB | 0 | 18 | 6 | 16 | 13D | 1E | 45 |
| Octal | 310 | 231 | 273 | 0 | 30 | 6 | 26 | 475 | 36 | 105 |
| Binary | 11001000 | 10011001 | 10111011 | 0 | 11000 | 110 | 10110 | 100111101 | 11110 | 1000101 |
Color Harmonies of #C899BB
Complementary color
Monochromatic Colors of #C899BB
Black with #C899BB
Text Example
Text Example
White with #C899BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899BB; }
p { color: rgb(200,153,187); }
H1.HeaderClassName
{
color: #C899BB;
}
.AnyTagClassName
{
color: #C899BB;
}
</style>
background-color css
<style>
a { background-color: #C899BB; }
a { background-color: rgb(200,153,187); }
div.DivClassName
{
background-color: #C899BB;
}
.BgClassName
{
background-color: #C899BB;
}
</style>
border-color css
<style>
span { border-color: #C899BB; }
span { border-color: rgb(200,153,187); }
td.TdClassName
{
border-color: #C899BB;
}
.TagClassName
{
border-color: #C899BB;
}
</style>