Shades of Lily #C898B6
Tints of Lily #C898B6
RGB
CMYK
RGB Variations
Color information
#C898B6 (or 0xC898B6) is known color: Lily. HEX triplet: C8, 98 and B6. RGB value is (200,152,182). Sum of RGB (Red+Green+Blue) = 200+152+182=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C898B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898B6 is #376749. Grayscale: #A9A9A9. Windows color (decimal): -3630922 or 11966664. OLE color: 11966664.
HSL color Cylindrical-coordinate representation of color #C898B6: hue angle of 322.5º 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 #C898B6 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 182 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.22 |
| HSL | 322.5º | 0.3% | 0.69% | - |
| HSV(B) | 322.5º | 0.24% | 0.78% | - |
| XYZ | 43.49 | 38.11 | 49.32 | - |
| YUV | 169.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 182 | 0 | 0.24 | 0.09 | 0.22 | 322.5 | 0.3 | 0.69 |
| Hex | C8 | 98 | B6 | 0 | 18 | 9 | 16 | 142 | 1E | 45 |
| Octal | 310 | 230 | 266 | 0 | 30 | 11 | 26 | 502 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10110110 | 0 | 11000 | 1001 | 10110 | 101000010 | 11110 | 1000101 |
Color Harmonies of #C898B6
Complementary color
Monochromatic Colors of #C898B6
Black with #C898B6
Text Example
Text Example
White with #C898B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898B6; }
p { color: rgb(200,152,182); }
H1.HeaderClassName
{
color: #C898B6;
}
.AnyTagClassName
{
color: #C898B6;
}
</style>
background-color css
<style>
a { background-color: #C898B6; }
a { background-color: rgb(200,152,182); }
div.DivClassName
{
background-color: #C898B6;
}
.BgClassName
{
background-color: #C898B6;
}
</style>
border-color css
<style>
span { border-color: #C898B6; }
span { border-color: rgb(200,152,182); }
td.TdClassName
{
border-color: #C898B6;
}
.TagClassName
{
border-color: #C898B6;
}
</style>