Shades of Lily #C896AF
Tints of Lily #C896AF
RGB
CMYK
RGB Variations
Color information
#C896AF (or 0xC896AF) is known color: Lily. HEX triplet: C8, 96 and AF. RGB value is (200,150,175). Sum of RGB (Red+Green+Blue) = 200+150+175=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C896AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896AF is #376950. Grayscale: #A7A7A7. Windows color (decimal): -3631441 or 11507400. OLE color: 11507400.
HSL color Cylindrical-coordinate representation of color #C896AF: hue angle of 330º 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 #C896AF is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 175 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.22 |
| HSL | 330º | 0.31% | 0.69% | - |
| HSV(B) | 330º | 0.25% | 0.78% | - |
| XYZ | 42.46 | 37.19 | 45.5 | - |
| YUV | 167.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 175 | 0 | 0.25 | 0.12 | 0.22 | 330 | 0.31 | 0.69 |
| Hex | C8 | 96 | AF | 0 | 19 | C | 16 | 14A | 1F | 45 |
| Octal | 310 | 226 | 257 | 0 | 31 | 14 | 26 | 512 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10101111 | 0 | 11001 | 1100 | 10110 | 101001010 | 11111 | 1000101 |
Color Harmonies of #C896AF
Complementary color
Monochromatic Colors of #C896AF
Black with #C896AF
Text Example
Text Example
White with #C896AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896AF; }
p { color: rgb(200,150,175); }
H1.HeaderClassName
{
color: #C896AF;
}
.AnyTagClassName
{
color: #C896AF;
}
</style>
background-color css
<style>
a { background-color: #C896AF; }
a { background-color: rgb(200,150,175); }
div.DivClassName
{
background-color: #C896AF;
}
.BgClassName
{
background-color: #C896AF;
}
</style>
border-color css
<style>
span { border-color: #C896AF; }
span { border-color: rgb(200,150,175); }
td.TdClassName
{
border-color: #C896AF;
}
.TagClassName
{
border-color: #C896AF;
}
</style>