Shades of Lily #C4ADB7
Tints of Lily #C4ADB7
RGB
CMYK
RGB Variations
Color information
#C4ADB7 (or 0xC4ADB7) is known color: Lily. HEX triplet: C4, AD and B7. RGB value is (196,173,183). Sum of RGB (Red+Green+Blue) = 196+173+183=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADB7 is #3B5248. Grayscale: #B5B5B5. Windows color (decimal): -3887689 or 12037572. OLE color: 12037572.
HSL color Cylindrical-coordinate representation of color #C4ADB7: hue angle of 333.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADB7 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 183 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.23 |
| HSL | 333.91º | 0.16% | 0.72% | - |
| HSV(B) | 333.91º | 0.12% | 0.77% | - |
| XYZ | 46.26 | 45.04 | 51.06 | - |
| YUV | 181.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 183 | 0 | 0.12 | 0.07 | 0.23 | 333.91 | 0.16 | 0.72 |
| Hex | C4 | AD | B7 | 0 | C | 7 | 17 | 14E | 10 | 48 |
| Octal | 304 | 255 | 267 | 0 | 14 | 7 | 27 | 516 | 20 | 110 |
| Binary | 11000100 | 10101101 | 10110111 | 0 | 1100 | 111 | 10111 | 101001110 | 10000 | 1001000 |
Color Harmonies of #C4ADB7
Complementary color
Monochromatic Colors of #C4ADB7
Black with #C4ADB7
Text Example
Text Example
White with #C4ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADB7; }
p { color: rgb(196,173,183); }
H1.HeaderClassName
{
color: #C4ADB7;
}
.AnyTagClassName
{
color: #C4ADB7;
}
</style>
background-color css
<style>
a { background-color: #C4ADB7; }
a { background-color: rgb(196,173,183); }
div.DivClassName
{
background-color: #C4ADB7;
}
.BgClassName
{
background-color: #C4ADB7;
}
</style>
border-color css
<style>
span { border-color: #C4ADB7; }
span { border-color: rgb(196,173,183); }
td.TdClassName
{
border-color: #C4ADB7;
}
.TagClassName
{
border-color: #C4ADB7;
}
</style>