Shades of Lily #C896B3
Tints of Lily #C896B3
RGB
CMYK
RGB Variations
Color information
#C896B3 (or 0xC896B3) is known color: Lily. HEX triplet: C8, 96 and B3. RGB value is (200,150,179). Sum of RGB (Red+Green+Blue) = 200+150+179=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C896B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896B3 is #37694C. Grayscale: #A8A8A8. Windows color (decimal): -3631437 or 11769544. OLE color: 11769544.
HSL color Cylindrical-coordinate representation of color #C896B3: hue angle of 325.2º 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 #C896B3 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 179 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.22 |
| HSL | 325.2º | 0.31% | 0.69% | - |
| HSV(B) | 325.2º | 0.25% | 0.78% | - |
| XYZ | 42.86 | 37.35 | 47.6 | - |
| YUV | 168.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 179 | 0 | 0.25 | 0.10 | 0.22 | 325.2 | 0.31 | 0.69 |
| Hex | C8 | 96 | B3 | 0 | 19 | A | 16 | 145 | 1F | 45 |
| Octal | 310 | 226 | 263 | 0 | 31 | 12 | 26 | 505 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10110011 | 0 | 11001 | 1010 | 10110 | 101000101 | 11111 | 1000101 |
Color Harmonies of #C896B3
Complementary color
Monochromatic Colors of #C896B3
Black with #C896B3
Text Example
Text Example
White with #C896B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896B3; }
p { color: rgb(200,150,179); }
H1.HeaderClassName
{
color: #C896B3;
}
.AnyTagClassName
{
color: #C896B3;
}
</style>
background-color css
<style>
a { background-color: #C896B3; }
a { background-color: rgb(200,150,179); }
div.DivClassName
{
background-color: #C896B3;
}
.BgClassName
{
background-color: #C896B3;
}
</style>
border-color css
<style>
span { border-color: #C896B3; }
span { border-color: rgb(200,150,179); }
td.TdClassName
{
border-color: #C896B3;
}
.TagClassName
{
border-color: #C896B3;
}
</style>