Shades of Lily #C39CAB
Tints of Lily #C39CAB
RGB
CMYK
RGB Variations
Color information
#C39CAB (or 0xC39CAB) is known color: Lily. HEX triplet: C3, 9C and AB. RGB value is (195,156,171). Sum of RGB (Red+Green+Blue) = 195+156+171=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C39CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39CAB is #3C6354. Grayscale: #A9A9A9. Windows color (decimal): -3957589 or 11246787. OLE color: 11246787.
HSL color Cylindrical-coordinate representation of color #C39CAB: hue angle of 336.92º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C39CAB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 171 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.24 |
| HSL | 336.92º | 0.25% | 0.69% | - |
| HSV(B) | 336.92º | 0.2% | 0.76% | - |
| XYZ | 41.74 | 38.32 | 43.72 | - |
| YUV | 169.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 171 | 0 | 0.20 | 0.12 | 0.24 | 336.92 | 0.25 | 0.69 |
| Hex | C3 | 9C | AB | 0 | 14 | C | 18 | 151 | 19 | 45 |
| Octal | 303 | 234 | 253 | 0 | 24 | 14 | 30 | 521 | 31 | 105 |
| Binary | 11000011 | 10011100 | 10101011 | 0 | 10100 | 1100 | 11000 | 101010001 | 11001 | 1000101 |
Color Harmonies of #C39CAB
Complementary color
Monochromatic Colors of #C39CAB
Black with #C39CAB
Text Example
Text Example
White with #C39CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39CAB; }
p { color: rgb(195,156,171); }
H1.HeaderClassName
{
color: #C39CAB;
}
.AnyTagClassName
{
color: #C39CAB;
}
</style>
background-color css
<style>
a { background-color: #C39CAB; }
a { background-color: rgb(195,156,171); }
div.DivClassName
{
background-color: #C39CAB;
}
.BgClassName
{
background-color: #C39CAB;
}
</style>
border-color css
<style>
span { border-color: #C39CAB; }
span { border-color: rgb(195,156,171); }
td.TdClassName
{
border-color: #C39CAB;
}
.TagClassName
{
border-color: #C39CAB;
}
</style>