Shades of Lily #C397AC
Tints of Lily #C397AC
RGB
CMYK
RGB Variations
Color information
#C397AC (or 0xC397AC) is known color: Lily. HEX triplet: C3, 97 and AC. RGB value is (195,151,172). Sum of RGB (Red+Green+Blue) = 195+151+172=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C397AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C397AC is #3C6853. Grayscale: #A6A6A6. Windows color (decimal): -3958868 or 11311043. OLE color: 11311043.
HSL color Cylindrical-coordinate representation of color #C397AC: hue angle of 331.36º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C397AC is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 172 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.24 |
| HSL | 331.36º | 0.27% | 0.68% | - |
| HSV(B) | 331.36º | 0.23% | 0.76% | - |
| XYZ | 41.02 | 36.71 | 43.95 | - |
| YUV | 166.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 172 | 0 | 0.23 | 0.12 | 0.24 | 331.36 | 0.27 | 0.68 |
| Hex | C3 | 97 | AC | 0 | 17 | C | 18 | 14B | 1B | 44 |
| Octal | 303 | 227 | 254 | 0 | 27 | 14 | 30 | 513 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10101100 | 0 | 10111 | 1100 | 11000 | 101001011 | 11011 | 1000100 |
Color Harmonies of #C397AC
Complementary color
Monochromatic Colors of #C397AC
Black with #C397AC
Text Example
Text Example
White with #C397AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397AC; }
p { color: rgb(195,151,172); }
H1.HeaderClassName
{
color: #C397AC;
}
.AnyTagClassName
{
color: #C397AC;
}
</style>
background-color css
<style>
a { background-color: #C397AC; }
a { background-color: rgb(195,151,172); }
div.DivClassName
{
background-color: #C397AC;
}
.BgClassName
{
background-color: #C397AC;
}
</style>
border-color css
<style>
span { border-color: #C397AC; }
span { border-color: rgb(195,151,172); }
td.TdClassName
{
border-color: #C397AC;
}
.TagClassName
{
border-color: #C397AC;
}
</style>