Shades of Lily #C896B5
Tints of Lily #C896B5
RGB
CMYK
RGB Variations
Color information
#C896B5 (or 0xC896B5) is known color: Lily. HEX triplet: C8, 96 and B5. RGB value is (200,150,181). Sum of RGB (Red+Green+Blue) = 200+150+181=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C896B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896B5 is #37694A. Grayscale: #A8A8A8. Windows color (decimal): -3631435 or 11900616. OLE color: 11900616.
HSL color Cylindrical-coordinate representation of color #C896B5: hue angle of 322.8º 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 #C896B5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 181 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.22 |
| HSL | 322.8º | 0.31% | 0.69% | - |
| HSV(B) | 322.8º | 0.25% | 0.78% | - |
| XYZ | 43.07 | 37.43 | 48.67 | - |
| YUV | 168.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 181 | 0 | 0.25 | 0.09 | 0.22 | 322.8 | 0.31 | 0.69 |
| Hex | C8 | 96 | B5 | 0 | 19 | 9 | 16 | 143 | 1F | 45 |
| Octal | 310 | 226 | 265 | 0 | 31 | 11 | 26 | 503 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10110101 | 0 | 11001 | 1001 | 10110 | 101000011 | 11111 | 1000101 |
Color Harmonies of #C896B5
Complementary color
Monochromatic Colors of #C896B5
Black with #C896B5
Text Example
Text Example
White with #C896B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896B5; }
p { color: rgb(200,150,181); }
H1.HeaderClassName
{
color: #C896B5;
}
.AnyTagClassName
{
color: #C896B5;
}
</style>
background-color css
<style>
a { background-color: #C896B5; }
a { background-color: rgb(200,150,181); }
div.DivClassName
{
background-color: #C896B5;
}
.BgClassName
{
background-color: #C896B5;
}
</style>
border-color css
<style>
span { border-color: #C896B5; }
span { border-color: rgb(200,150,181); }
td.TdClassName
{
border-color: #C896B5;
}
.TagClassName
{
border-color: #C896B5;
}
</style>