Shades of Lily #C394B6
Tints of Lily #C394B6
RGB
CMYK
RGB Variations
Color information
#C394B6 (or 0xC394B6) is known color: Lily. HEX triplet: C3, 94 and B6. RGB value is (195,148,182). Sum of RGB (Red+Green+Blue) = 195+148+182=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C394B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394B6 is #3C6B49. Grayscale: #A5A5A5. Windows color (decimal): -3959626 or 11965635. OLE color: 11965635.
HSL color Cylindrical-coordinate representation of color #C394B6: hue angle of 316.6º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C394B6 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 182 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.24 |
| HSL | 316.6º | 0.28% | 0.67% | - |
| HSV(B) | 316.6º | 0.24% | 0.76% | - |
| XYZ | 41.54 | 36.16 | 49.05 | - |
| YUV | 165.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 182 | 0 | 0.24 | 0.07 | 0.24 | 316.6 | 0.28 | 0.67 |
| Hex | C3 | 94 | B6 | 0 | 18 | 7 | 18 | 13D | 1C | 43 |
| Octal | 303 | 224 | 266 | 0 | 30 | 7 | 30 | 475 | 34 | 103 |
| Binary | 11000011 | 10010100 | 10110110 | 0 | 11000 | 111 | 11000 | 100111101 | 11100 | 1000011 |
Color Harmonies of #C394B6
Complementary color
Monochromatic Colors of #C394B6
Black with #C394B6
Text Example
Text Example
White with #C394B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394B6; }
p { color: rgb(195,148,182); }
H1.HeaderClassName
{
color: #C394B6;
}
.AnyTagClassName
{
color: #C394B6;
}
</style>
background-color css
<style>
a { background-color: #C394B6; }
a { background-color: rgb(195,148,182); }
div.DivClassName
{
background-color: #C394B6;
}
.BgClassName
{
background-color: #C394B6;
}
</style>
border-color css
<style>
span { border-color: #C394B6; }
span { border-color: rgb(195,148,182); }
td.TdClassName
{
border-color: #C394B6;
}
.TagClassName
{
border-color: #C394B6;
}
</style>