Shades of Lily #C38EAE
Tints of Lily #C38EAE
RGB
CMYK
RGB Variations
Color information
#C38EAE (or 0xC38EAE) is known color: Lily. HEX triplet: C3, 8E and AE. RGB value is (195,142,174). Sum of RGB (Red+Green+Blue) = 195+142+174=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EAE is #3C7151. Grayscale: #A1A1A1. Windows color (decimal): -3961170 or 11439811. OLE color: 11439811.
HSL color Cylindrical-coordinate representation of color #C38EAE: hue angle of 323.77º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38EAE is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 174 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.24 |
| HSL | 323.77º | 0.31% | 0.66% | - |
| HSV(B) | 323.77º | 0.27% | 0.76% | - |
| XYZ | 39.82 | 34 | 44.51 | - |
| YUV | 161.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 174 | 0 | 0.27 | 0.11 | 0.24 | 323.77 | 0.31 | 0.66 |
| Hex | C3 | 8E | AE | 0 | 1B | B | 18 | 144 | 1F | 42 |
| Octal | 303 | 216 | 256 | 0 | 33 | 13 | 30 | 504 | 37 | 102 |
| Binary | 11000011 | 10001110 | 10101110 | 0 | 11011 | 1011 | 11000 | 101000100 | 11111 | 1000010 |
Color Harmonies of #C38EAE
Complementary color
Monochromatic Colors of #C38EAE
Black with #C38EAE
Text Example
Text Example
White with #C38EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38EAE; }
p { color: rgb(195,142,174); }
H1.HeaderClassName
{
color: #C38EAE;
}
.AnyTagClassName
{
color: #C38EAE;
}
</style>
background-color css
<style>
a { background-color: #C38EAE; }
a { background-color: rgb(195,142,174); }
div.DivClassName
{
background-color: #C38EAE;
}
.BgClassName
{
background-color: #C38EAE;
}
</style>
border-color css
<style>
span { border-color: #C38EAE; }
span { border-color: rgb(195,142,174); }
td.TdClassName
{
border-color: #C38EAE;
}
.TagClassName
{
border-color: #C38EAE;
}
</style>