Shades of Lily #C898B4
Tints of Lily #C898B4
RGB
CMYK
RGB Variations
Color information
#C898B4 (or 0xC898B4) is known color: Lily. HEX triplet: C8, 98 and B4. RGB value is (200,152,180). Sum of RGB (Red+Green+Blue) = 200+152+180=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C898B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898B4 is #37674B. Grayscale: #A9A9A9. Windows color (decimal): -3630924 or 11835592. OLE color: 11835592.
HSL color Cylindrical-coordinate representation of color #C898B4: hue angle of 325º 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 #C898B4 is Cyan = 0, Magento = 0.24, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 180 | - |
| CMYK | 0 | 0.24 | 0.1 | 0.22 |
| HSL | 325º | 0.3% | 0.69% | - |
| HSV(B) | 325º | 0.24% | 0.78% | - |
| XYZ | 43.29 | 38.03 | 48.24 | - |
| YUV | 169.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 180 | 0 | 0.24 | 0.1 | 0.22 | 325 | 0.3 | 0.69 |
| Hex | C8 | 98 | B4 | 0 | 18 | A | 16 | 145 | 1E | 45 |
| Octal | 310 | 230 | 264 | 0 | 30 | 12 | 26 | 505 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10110100 | 0 | 11000 | 1010 | 10110 | 101000101 | 11110 | 1000101 |
Color Harmonies of #C898B4
Complementary color
Monochromatic Colors of #C898B4
Black with #C898B4
Text Example
Text Example
White with #C898B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898B4; }
p { color: rgb(200,152,180); }
H1.HeaderClassName
{
color: #C898B4;
}
.AnyTagClassName
{
color: #C898B4;
}
</style>
background-color css
<style>
a { background-color: #C898B4; }
a { background-color: rgb(200,152,180); }
div.DivClassName
{
background-color: #C898B4;
}
.BgClassName
{
background-color: #C898B4;
}
</style>
border-color css
<style>
span { border-color: #C898B4; }
span { border-color: rgb(200,152,180); }
td.TdClassName
{
border-color: #C898B4;
}
.TagClassName
{
border-color: #C898B4;
}
</style>