Shades of Lily #C392B6
Tints of Lily #C392B6
RGB
CMYK
RGB Variations
Color information
#C392B6 (or 0xC392B6) is known color: Lily. HEX triplet: C3, 92 and B6. RGB value is (195,146,182). Sum of RGB (Red+Green+Blue) = 195+146+182=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C392B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392B6 is #3C6D49. Grayscale: #A4A4A4. Windows color (decimal): -3960138 or 11965123. OLE color: 11965123.
HSL color Cylindrical-coordinate representation of color #C392B6: hue angle of 315.92º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C392B6 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 182 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.24 |
| HSL | 315.92º | 0.29% | 0.67% | - |
| HSV(B) | 315.92º | 0.25% | 0.76% | - |
| XYZ | 41.23 | 35.54 | 48.94 | - |
| YUV | 164.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 182 | 0 | 0.25 | 0.07 | 0.24 | 315.92 | 0.29 | 0.67 |
| Hex | C3 | 92 | B6 | 0 | 19 | 7 | 18 | 13C | 1D | 43 |
| Octal | 303 | 222 | 266 | 0 | 31 | 7 | 30 | 474 | 35 | 103 |
| Binary | 11000011 | 10010010 | 10110110 | 0 | 11001 | 111 | 11000 | 100111100 | 11101 | 1000011 |
Color Harmonies of #C392B6
Complementary color
Monochromatic Colors of #C392B6
Black with #C392B6
Text Example
Text Example
White with #C392B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392B6; }
p { color: rgb(195,146,182); }
H1.HeaderClassName
{
color: #C392B6;
}
.AnyTagClassName
{
color: #C392B6;
}
</style>
background-color css
<style>
a { background-color: #C392B6; }
a { background-color: rgb(195,146,182); }
div.DivClassName
{
background-color: #C392B6;
}
.BgClassName
{
background-color: #C392B6;
}
</style>
border-color css
<style>
span { border-color: #C392B6; }
span { border-color: rgb(195,146,182); }
td.TdClassName
{
border-color: #C392B6;
}
.TagClassName
{
border-color: #C392B6;
}
</style>