Shades of Lily #C39AB8
Tints of Lily #C39AB8
RGB
CMYK
RGB Variations
Color information
#C39AB8 (or 0xC39AB8) is known color: Lily. HEX triplet: C3, 9A and B8. RGB value is (195,154,184). Sum of RGB (Red+Green+Blue) = 195+154+184=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C39AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39AB8 is #3C6547. Grayscale: #A9A9A9. Windows color (decimal): -3958088 or 12098243. OLE color: 12098243.
HSL color Cylindrical-coordinate representation of color #C39AB8: hue angle of 316.1º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39AB8 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 184 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.24 |
| HSL | 316.1º | 0.25% | 0.68% | - |
| HSV(B) | 316.1º | 0.21% | 0.76% | - |
| XYZ | 42.71 | 38.17 | 50.46 | - |
| YUV | 169.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 184 | 0 | 0.21 | 0.06 | 0.24 | 316.1 | 0.25 | 0.68 |
| Hex | C3 | 9A | B8 | 0 | 15 | 6 | 18 | 13C | 19 | 44 |
| Octal | 303 | 232 | 270 | 0 | 25 | 6 | 30 | 474 | 31 | 104 |
| Binary | 11000011 | 10011010 | 10111000 | 0 | 10101 | 110 | 11000 | 100111100 | 11001 | 1000100 |
Color Harmonies of #C39AB8
Complementary color
Monochromatic Colors of #C39AB8
Black with #C39AB8
Text Example
Text Example
White with #C39AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39AB8; }
p { color: rgb(195,154,184); }
H1.HeaderClassName
{
color: #C39AB8;
}
.AnyTagClassName
{
color: #C39AB8;
}
</style>
background-color css
<style>
a { background-color: #C39AB8; }
a { background-color: rgb(195,154,184); }
div.DivClassName
{
background-color: #C39AB8;
}
.BgClassName
{
background-color: #C39AB8;
}
</style>
border-color css
<style>
span { border-color: #C39AB8; }
span { border-color: rgb(195,154,184); }
td.TdClassName
{
border-color: #C39AB8;
}
.TagClassName
{
border-color: #C39AB8;
}
</style>