Shades of Lily #C197AC
Tints of Lily #C197AC
RGB
CMYK
RGB Variations
Color information
#C197AC (or 0xC197AC) is known color: Lily. HEX triplet: C1, 97 and AC. RGB value is (193,151,172). Sum of RGB (Red+Green+Blue) = 193+151+172=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C197AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C197AC is #3E6853. Grayscale: #A5A5A5. Windows color (decimal): -4089940 or 11311041. OLE color: 11311041.
HSL color Cylindrical-coordinate representation of color #C197AC: hue angle of 330º 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 #C197AC is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 151 | 172 | - |
CMYK | 0 | 0.22 | 0.11 | 0.24 |
HSL | 330º | 0.25% | 0.67% | - |
HSV(B) | 330º | 0.22% | 0.76% | - |
XYZ | 40.51 | 36.45 | 43.93 | - |
YUV | 165.95 | 131.41 | 147.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 151 | 172 | 0 | 0.22 | 0.11 | 0.24 | 330 | 0.25 | 0.67 |
Hex | C1 | 97 | AC | 0 | 16 | B | 18 | 14A | 19 | 43 |
Octal | 301 | 227 | 254 | 0 | 26 | 13 | 30 | 512 | 31 | 103 |
Binary | 11000001 | 10010111 | 10101100 | 0 | 10110 | 1011 | 11000 | 101001010 | 11001 | 1000011 |
Color Harmonies of #C197AC
Complementary color
Monochromatic Colors of #C197AC
Black with #C197AC
Text Example
Text Example
White with #C197AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197AC; }
p { color: rgb(193,151,172); }
H1.HeaderClassName
{
color: #C197AC;
}
.AnyTagClassName
{
color: #C197AC;
}
</style>
background-color css
<style>
a { background-color: #C197AC; }
a { background-color: rgb(193,151,172); }
div.DivClassName
{
background-color: #C197AC;
}
.BgClassName
{
background-color: #C197AC;
}
</style>
border-color css
<style>
span { border-color: #C197AC; }
span { border-color: rgb(193,151,172); }
td.TdClassName
{
border-color: #C197AC;
}
.TagClassName
{
border-color: #C197AC;
}
</style>