Shades of Lily #C39CB2
Tints of Lily #C39CB2
RGB
CMYK
RGB Variations
Color information
#C39CB2 (or 0xC39CB2) is known color: Lily. HEX triplet: C3, 9C and B2. RGB value is (195,156,178). Sum of RGB (Red+Green+Blue) = 195+156+178=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C39CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39CB2 is #3C634D. Grayscale: #AAAAAA. Windows color (decimal): -3957582 or 11705539. OLE color: 11705539.
HSL color Cylindrical-coordinate representation of color #C39CB2: hue angle of 326.15º 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 #C39CB2 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 178 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.24 |
| HSL | 326.15º | 0.25% | 0.69% | - |
| HSV(B) | 326.15º | 0.2% | 0.76% | - |
| XYZ | 42.43 | 38.59 | 47.33 | - |
| YUV | 170.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 178 | 0 | 0.20 | 0.09 | 0.24 | 326.15 | 0.25 | 0.69 |
| Hex | C3 | 9C | B2 | 0 | 14 | 9 | 18 | 146 | 19 | 45 |
| Octal | 303 | 234 | 262 | 0 | 24 | 11 | 30 | 506 | 31 | 105 |
| Binary | 11000011 | 10011100 | 10110010 | 0 | 10100 | 1001 | 11000 | 101000110 | 11001 | 1000101 |
Color Harmonies of #C39CB2
Complementary color
Monochromatic Colors of #C39CB2
Black with #C39CB2
Text Example
Text Example
White with #C39CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39CB2; }
p { color: rgb(195,156,178); }
H1.HeaderClassName
{
color: #C39CB2;
}
.AnyTagClassName
{
color: #C39CB2;
}
</style>
background-color css
<style>
a { background-color: #C39CB2; }
a { background-color: rgb(195,156,178); }
div.DivClassName
{
background-color: #C39CB2;
}
.BgClassName
{
background-color: #C39CB2;
}
</style>
border-color css
<style>
span { border-color: #C39CB2; }
span { border-color: rgb(195,156,178); }
td.TdClassName
{
border-color: #C39CB2;
}
.TagClassName
{
border-color: #C39CB2;
}
</style>