Shades of Lily #C898B3
Tints of Lily #C898B3
RGB
CMYK
RGB Variations
Color information
#C898B3 (or 0xC898B3) is known color: Lily. HEX triplet: C8, 98 and B3. RGB value is (200,152,179). Sum of RGB (Red+Green+Blue) = 200+152+179=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C898B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898B3 is #37674C. Grayscale: #A9A9A9. Windows color (decimal): -3630925 or 11770056. OLE color: 11770056.
HSL color Cylindrical-coordinate representation of color #C898B3: hue angle of 326.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 #C898B3 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 179 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.22 |
| HSL | 326.25º | 0.3% | 0.69% | - |
| HSV(B) | 326.25º | 0.24% | 0.78% | - |
| XYZ | 43.18 | 37.99 | 47.7 | - |
| YUV | 169.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 179 | 0 | 0.24 | 0.10 | 0.22 | 326.25 | 0.3 | 0.69 |
| Hex | C8 | 98 | B3 | 0 | 18 | A | 16 | 146 | 1E | 45 |
| Octal | 310 | 230 | 263 | 0 | 30 | 12 | 26 | 506 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10110011 | 0 | 11000 | 1010 | 10110 | 101000110 | 11110 | 1000101 |
Color Harmonies of #C898B3
Complementary color
Monochromatic Colors of #C898B3
Black with #C898B3
Text Example
Text Example
White with #C898B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898B3; }
p { color: rgb(200,152,179); }
H1.HeaderClassName
{
color: #C898B3;
}
.AnyTagClassName
{
color: #C898B3;
}
</style>
background-color css
<style>
a { background-color: #C898B3; }
a { background-color: rgb(200,152,179); }
div.DivClassName
{
background-color: #C898B3;
}
.BgClassName
{
background-color: #C898B3;
}
</style>
border-color css
<style>
span { border-color: #C898B3; }
span { border-color: rgb(200,152,179); }
td.TdClassName
{
border-color: #C898B3;
}
.TagClassName
{
border-color: #C898B3;
}
</style>