Shades of Lily #C38DAB
Tints of Lily #C38DAB
RGB
CMYK
RGB Variations
Color information
#C38DAB (or 0xC38DAB) is known color: Lily. HEX triplet: C3, 8D and AB. RGB value is (195,141,171). Sum of RGB (Red+Green+Blue) = 195+141+171=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DAB is #3C7254. Grayscale: #A0A0A0. Windows color (decimal): -3961429 or 11242947. OLE color: 11242947.
HSL color Cylindrical-coordinate representation of color #C38DAB: hue angle of 326.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38DAB is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 171 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.24 |
| HSL | 326.67º | 0.31% | 0.66% | - |
| HSV(B) | 326.67º | 0.28% | 0.76% | - |
| XYZ | 39.38 | 33.59 | 42.94 | - |
| YUV | 160.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 171 | 0 | 0.28 | 0.12 | 0.24 | 326.67 | 0.31 | 0.66 |
| Hex | C3 | 8D | AB | 0 | 1C | C | 18 | 147 | 1F | 42 |
| Octal | 303 | 215 | 253 | 0 | 34 | 14 | 30 | 507 | 37 | 102 |
| Binary | 11000011 | 10001101 | 10101011 | 0 | 11100 | 1100 | 11000 | 101000111 | 11111 | 1000010 |
Color Harmonies of #C38DAB
Complementary color
Monochromatic Colors of #C38DAB
Black with #C38DAB
Text Example
Text Example
White with #C38DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38DAB; }
p { color: rgb(195,141,171); }
H1.HeaderClassName
{
color: #C38DAB;
}
.AnyTagClassName
{
color: #C38DAB;
}
</style>
background-color css
<style>
a { background-color: #C38DAB; }
a { background-color: rgb(195,141,171); }
div.DivClassName
{
background-color: #C38DAB;
}
.BgClassName
{
background-color: #C38DAB;
}
</style>
border-color css
<style>
span { border-color: #C38DAB; }
span { border-color: rgb(195,141,171); }
td.TdClassName
{
border-color: #C38DAB;
}
.TagClassName
{
border-color: #C38DAB;
}
</style>