Shades of Lily #C898B7
Tints of Lily #C898B7
RGB
CMYK
RGB Variations
Color information
#C898B7 (or 0xC898B7) is known color: Lily. HEX triplet: C8, 98 and B7. RGB value is (200,152,183). Sum of RGB (Red+Green+Blue) = 200+152+183=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C898B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898B7 is #376748. Grayscale: #A9A9A9. Windows color (decimal): -3630921 or 12032200. OLE color: 12032200.
HSL color Cylindrical-coordinate representation of color #C898B7: hue angle of 321.25º 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 #C898B7 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 183 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.22 |
| HSL | 321.25º | 0.3% | 0.69% | - |
| HSV(B) | 321.25º | 0.24% | 0.78% | - |
| XYZ | 43.59 | 38.15 | 49.87 | - |
| YUV | 169.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 183 | 0 | 0.24 | 0.08 | 0.22 | 321.25 | 0.3 | 0.69 |
| Hex | C8 | 98 | B7 | 0 | 18 | 8 | 16 | 141 | 1E | 45 |
| Octal | 310 | 230 | 267 | 0 | 30 | 10 | 26 | 501 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10110111 | 0 | 11000 | 1000 | 10110 | 101000001 | 11110 | 1000101 |
Color Harmonies of #C898B7
Complementary color
Monochromatic Colors of #C898B7
Black with #C898B7
Text Example
Text Example
White with #C898B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898B7; }
p { color: rgb(200,152,183); }
H1.HeaderClassName
{
color: #C898B7;
}
.AnyTagClassName
{
color: #C898B7;
}
</style>
background-color css
<style>
a { background-color: #C898B7; }
a { background-color: rgb(200,152,183); }
div.DivClassName
{
background-color: #C898B7;
}
.BgClassName
{
background-color: #C898B7;
}
</style>
border-color css
<style>
span { border-color: #C898B7; }
span { border-color: rgb(200,152,183); }
td.TdClassName
{
border-color: #C898B7;
}
.TagClassName
{
border-color: #C898B7;
}
</style>