Shades of Lily #C5A8B7
Tints of Lily #C5A8B7
RGB
CMYK
RGB Variations
Color information
#C5A8B7 (or 0xC5A8B7) is known color: Lily. HEX triplet: C5, A8 and B7. RGB value is (197,168,183). Sum of RGB (Red+Green+Blue) = 197+168+183=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8B7 is #3A5748. Grayscale: #B2B2B2. Windows color (decimal): -3823433 or 12036293. OLE color: 12036293.
HSL color Cylindrical-coordinate representation of color #C5A8B7: hue angle of 328.97º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5A8B7 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 183 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.23 |
| HSL | 328.97º | 0.2% | 0.72% | - |
| HSV(B) | 328.97º | 0.15% | 0.77% | - |
| XYZ | 45.58 | 43.29 | 50.75 | - |
| YUV | 178.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 183 | 0 | 0.15 | 0.07 | 0.23 | 328.97 | 0.2 | 0.72 |
| Hex | C5 | A8 | B7 | 0 | F | 7 | 17 | 149 | 14 | 48 |
| Octal | 305 | 250 | 267 | 0 | 17 | 7 | 27 | 511 | 24 | 110 |
| Binary | 11000101 | 10101000 | 10110111 | 0 | 1111 | 111 | 10111 | 101001001 | 10100 | 1001000 |
Color Harmonies of #C5A8B7
Complementary color
Monochromatic Colors of #C5A8B7
Black with #C5A8B7
Text Example
Text Example
White with #C5A8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8B7; }
p { color: rgb(197,168,183); }
H1.HeaderClassName
{
color: #C5A8B7;
}
.AnyTagClassName
{
color: #C5A8B7;
}
</style>
background-color css
<style>
a { background-color: #C5A8B7; }
a { background-color: rgb(197,168,183); }
div.DivClassName
{
background-color: #C5A8B7;
}
.BgClassName
{
background-color: #C5A8B7;
}
</style>
border-color css
<style>
span { border-color: #C5A8B7; }
span { border-color: rgb(197,168,183); }
td.TdClassName
{
border-color: #C5A8B7;
}
.TagClassName
{
border-color: #C5A8B7;
}
</style>