Shades of Lily #C896B6
Tints of Lily #C896B6
RGB
CMYK
RGB Variations
Color information
#C896B6 (or 0xC896B6) is known color: Lily. HEX triplet: C8, 96 and B6. RGB value is (200,150,182). Sum of RGB (Red+Green+Blue) = 200+150+182=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C896B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896B6 is #376949. Grayscale: #A8A8A8. Windows color (decimal): -3631434 or 11966152. OLE color: 11966152.
HSL color Cylindrical-coordinate representation of color #C896B6: hue angle of 321.6º 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 #C896B6 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 182 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.22 |
| HSL | 321.6º | 0.31% | 0.69% | - |
| HSV(B) | 321.6º | 0.25% | 0.78% | - |
| XYZ | 43.17 | 37.47 | 49.21 | - |
| YUV | 168.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 182 | 0 | 0.25 | 0.09 | 0.22 | 321.6 | 0.31 | 0.69 |
| Hex | C8 | 96 | B6 | 0 | 19 | 9 | 16 | 142 | 1F | 45 |
| Octal | 310 | 226 | 266 | 0 | 31 | 11 | 26 | 502 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10110110 | 0 | 11001 | 1001 | 10110 | 101000010 | 11111 | 1000101 |
Color Harmonies of #C896B6
Complementary color
Monochromatic Colors of #C896B6
Black with #C896B6
Text Example
Text Example
White with #C896B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896B6; }
p { color: rgb(200,150,182); }
H1.HeaderClassName
{
color: #C896B6;
}
.AnyTagClassName
{
color: #C896B6;
}
</style>
background-color css
<style>
a { background-color: #C896B6; }
a { background-color: rgb(200,150,182); }
div.DivClassName
{
background-color: #C896B6;
}
.BgClassName
{
background-color: #C896B6;
}
</style>
border-color css
<style>
span { border-color: #C896B6; }
span { border-color: rgb(200,150,182); }
td.TdClassName
{
border-color: #C896B6;
}
.TagClassName
{
border-color: #C896B6;
}
</style>