Shades of Lily #C4A5B8
Tints of Lily #C4A5B8
RGB
CMYK
RGB Variations
Color information
#C4A5B8 (or 0xC4A5B8) is known color: Lily. HEX triplet: C4, A5 and B8. RGB value is (196,165,184). Sum of RGB (Red+Green+Blue) = 196+165+184=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A5B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A5B8 is #3B5A47. Grayscale: #B0B0B0. Windows color (decimal): -3889736 or 12101060. OLE color: 12101060.
HSL color Cylindrical-coordinate representation of color #C4A5B8: hue angle of 323.23º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4A5B8 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 184 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.23 |
| HSL | 323.23º | 0.21% | 0.71% | - |
| HSV(B) | 323.23º | 0.16% | 0.77% | - |
| XYZ | 44.87 | 42.11 | 51.11 | - |
| YUV | 176.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 184 | 0 | 0.16 | 0.06 | 0.23 | 323.23 | 0.21 | 0.71 |
| Hex | C4 | A5 | B8 | 0 | 10 | 6 | 17 | 143 | 15 | 47 |
| Octal | 304 | 245 | 270 | 0 | 20 | 6 | 27 | 503 | 25 | 107 |
| Binary | 11000100 | 10100101 | 10111000 | 0 | 10000 | 110 | 10111 | 101000011 | 10101 | 1000111 |
Color Harmonies of #C4A5B8
Complementary color
Monochromatic Colors of #C4A5B8
Black with #C4A5B8
Text Example
Text Example
White with #C4A5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A5B8; }
p { color: rgb(196,165,184); }
H1.HeaderClassName
{
color: #C4A5B8;
}
.AnyTagClassName
{
color: #C4A5B8;
}
</style>
background-color css
<style>
a { background-color: #C4A5B8; }
a { background-color: rgb(196,165,184); }
div.DivClassName
{
background-color: #C4A5B8;
}
.BgClassName
{
background-color: #C4A5B8;
}
</style>
border-color css
<style>
span { border-color: #C4A5B8; }
span { border-color: rgb(196,165,184); }
td.TdClassName
{
border-color: #C4A5B8;
}
.TagClassName
{
border-color: #C4A5B8;
}
</style>