Shades of Lily #C897B3
Tints of Lily #C897B3
RGB
CMYK
RGB Variations
Color information
#C897B3 (or 0xC897B3) is known color: Lily. HEX triplet: C8, 97 and B3. RGB value is (200,151,179). Sum of RGB (Red+Green+Blue) = 200+151+179=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C897B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C897B3 is #37684C. Grayscale: #A8A8A8. Windows color (decimal): -3631181 or 11769800. OLE color: 11769800.
HSL color Cylindrical-coordinate representation of color #C897B3: hue angle of 325.71º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C897B3 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 179 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.22 |
| HSL | 325.71º | 0.31% | 0.69% | - |
| HSV(B) | 325.71º | 0.25% | 0.78% | - |
| XYZ | 43.02 | 37.67 | 47.65 | - |
| YUV | 168.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 179 | 0 | 0.24 | 0.10 | 0.22 | 325.71 | 0.31 | 0.69 |
| Hex | C8 | 97 | B3 | 0 | 18 | A | 16 | 146 | 1F | 45 |
| Octal | 310 | 227 | 263 | 0 | 30 | 12 | 26 | 506 | 37 | 105 |
| Binary | 11001000 | 10010111 | 10110011 | 0 | 11000 | 1010 | 10110 | 101000110 | 11111 | 1000101 |
Color Harmonies of #C897B3
Complementary color
Monochromatic Colors of #C897B3
Black with #C897B3
Text Example
Text Example
White with #C897B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897B3; }
p { color: rgb(200,151,179); }
H1.HeaderClassName
{
color: #C897B3;
}
.AnyTagClassName
{
color: #C897B3;
}
</style>
background-color css
<style>
a { background-color: #C897B3; }
a { background-color: rgb(200,151,179); }
div.DivClassName
{
background-color: #C897B3;
}
.BgClassName
{
background-color: #C897B3;
}
</style>
border-color css
<style>
span { border-color: #C897B3; }
span { border-color: rgb(200,151,179); }
td.TdClassName
{
border-color: #C897B3;
}
.TagClassName
{
border-color: #C897B3;
}
</style>