Shades of Lily #C896AD
Tints of Lily #C896AD
RGB
CMYK
RGB Variations
Color information
#C896AD (or 0xC896AD) is known color: Lily. HEX triplet: C8, 96 and AD. RGB value is (200,150,173). Sum of RGB (Red+Green+Blue) = 200+150+173=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C896AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896AD is #376952. Grayscale: #A7A7A7. Windows color (decimal): -3631443 or 11376328. OLE color: 11376328.
HSL color Cylindrical-coordinate representation of color #C896AD: hue angle of 332.4º 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 #C896AD is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 173 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.22 |
| HSL | 332.4º | 0.31% | 0.69% | - |
| HSV(B) | 332.4º | 0.25% | 0.78% | - |
| XYZ | 42.27 | 37.11 | 44.47 | - |
| YUV | 167.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 173 | 0 | 0.25 | 0.14 | 0.22 | 332.4 | 0.31 | 0.69 |
| Hex | C8 | 96 | AD | 0 | 19 | E | 16 | 14C | 1F | 45 |
| Octal | 310 | 226 | 255 | 0 | 31 | 16 | 26 | 514 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10101101 | 0 | 11001 | 1110 | 10110 | 101001100 | 11111 | 1000101 |
Color Harmonies of #C896AD
Complementary color
Monochromatic Colors of #C896AD
Black with #C896AD
Text Example
Text Example
White with #C896AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896AD; }
p { color: rgb(200,150,173); }
H1.HeaderClassName
{
color: #C896AD;
}
.AnyTagClassName
{
color: #C896AD;
}
</style>
background-color css
<style>
a { background-color: #C896AD; }
a { background-color: rgb(200,150,173); }
div.DivClassName
{
background-color: #C896AD;
}
.BgClassName
{
background-color: #C896AD;
}
</style>
border-color css
<style>
span { border-color: #C896AD; }
span { border-color: rgb(200,150,173); }
td.TdClassName
{
border-color: #C896AD;
}
.TagClassName
{
border-color: #C896AD;
}
</style>