Shades of Lily #C197B7
Tints of Lily #C197B7
RGB
CMYK
RGB Variations
Color information
#C197B7 (or 0xC197B7) is known color: Lily. HEX triplet: C1, 97 and B7. RGB value is (193,151,183). Sum of RGB (Red+Green+Blue) = 193+151+183=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C197B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197B7 is #3E6848. Grayscale: #A7A7A7. Windows color (decimal): -4089929 or 12031937. OLE color: 12031937.
HSL color Cylindrical-coordinate representation of color #C197B7: hue angle of 314.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C197B7 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 183 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.24 |
| HSL | 314.29º | 0.25% | 0.67% | - |
| HSV(B) | 314.29º | 0.22% | 0.76% | - |
| XYZ | 41.61 | 36.89 | 49.73 | - |
| YUV | 167.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 183 | 0 | 0.22 | 0.05 | 0.24 | 314.29 | 0.25 | 0.67 |
| Hex | C1 | 97 | B7 | 0 | 16 | 5 | 18 | 13A | 19 | 43 |
| Octal | 301 | 227 | 267 | 0 | 26 | 5 | 30 | 472 | 31 | 103 |
| Binary | 11000001 | 10010111 | 10110111 | 0 | 10110 | 101 | 11000 | 100111010 | 11001 | 1000011 |
Color Harmonies of #C197B7
Complementary color
Monochromatic Colors of #C197B7
Black with #C197B7
Text Example
Text Example
White with #C197B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197B7; }
p { color: rgb(193,151,183); }
H1.HeaderClassName
{
color: #C197B7;
}
.AnyTagClassName
{
color: #C197B7;
}
</style>
background-color css
<style>
a { background-color: #C197B7; }
a { background-color: rgb(193,151,183); }
div.DivClassName
{
background-color: #C197B7;
}
.BgClassName
{
background-color: #C197B7;
}
</style>
border-color css
<style>
span { border-color: #C197B7; }
span { border-color: rgb(193,151,183); }
td.TdClassName
{
border-color: #C197B7;
}
.TagClassName
{
border-color: #C197B7;
}
</style>