Shades of Lily #C48CAA
Tints of Lily #C48CAA
RGB
CMYK
RGB Variations
Color information
#C48CAA (or 0xC48CAA) is known color: Lily. HEX triplet: C4, 8C and AA. RGB value is (196,140,170). Sum of RGB (Red+Green+Blue) = 196+140+170=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48CAA is #3B7355. Grayscale: #A0A0A0. Windows color (decimal): -3896150 or 11177156. OLE color: 11177156.
HSL color Cylindrical-coordinate representation of color #C48CAA: hue angle of 327.86º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48CAA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 170 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.23 |
| HSL | 327.86º | 0.32% | 0.66% | - |
| HSV(B) | 327.86º | 0.29% | 0.77% | - |
| XYZ | 39.4 | 33.39 | 42.4 | - |
| YUV | 160.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 170 | 0 | 0.29 | 0.13 | 0.23 | 327.86 | 0.32 | 0.66 |
| Hex | C4 | 8C | AA | 0 | 1D | D | 17 | 148 | 20 | 42 |
| Octal | 304 | 214 | 252 | 0 | 35 | 15 | 27 | 510 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10101010 | 0 | 11101 | 1101 | 10111 | 101001000 | 100000 | 1000010 |
Color Harmonies of #C48CAA
Complementary color
Monochromatic Colors of #C48CAA
Black with #C48CAA
Text Example
Text Example
White with #C48CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CAA; }
p { color: rgb(196,140,170); }
H1.HeaderClassName
{
color: #C48CAA;
}
.AnyTagClassName
{
color: #C48CAA;
}
</style>
background-color css
<style>
a { background-color: #C48CAA; }
a { background-color: rgb(196,140,170); }
div.DivClassName
{
background-color: #C48CAA;
}
.BgClassName
{
background-color: #C48CAA;
}
</style>
border-color css
<style>
span { border-color: #C48CAA; }
span { border-color: rgb(196,140,170); }
td.TdClassName
{
border-color: #C48CAA;
}
.TagClassName
{
border-color: #C48CAA;
}
</style>