Shades of Lily #C592AA
Tints of Lily #C592AA
RGB
CMYK
RGB Variations
Color information
#C592AA (or 0xC592AA) is known color: Lily. HEX triplet: C5, 92 and AA. RGB value is (197,146,170). Sum of RGB (Red+Green+Blue) = 197+146+170=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C592AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C592AA is #3A6D55. Grayscale: #A3A3A3. Windows color (decimal): -3829078 or 11178693. OLE color: 11178693.
HSL color Cylindrical-coordinate representation of color #C592AA: hue angle of 331.76º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C592AA is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 170 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.23 |
| HSL | 331.76º | 0.31% | 0.67% | - |
| HSV(B) | 331.76º | 0.26% | 0.77% | - |
| XYZ | 40.56 | 35.33 | 42.71 | - |
| YUV | 163.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 170 | 0 | 0.26 | 0.14 | 0.23 | 331.76 | 0.31 | 0.67 |
| Hex | C5 | 92 | AA | 0 | 1A | E | 17 | 14C | 1F | 43 |
| Octal | 305 | 222 | 252 | 0 | 32 | 16 | 27 | 514 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10101010 | 0 | 11010 | 1110 | 10111 | 101001100 | 11111 | 1000011 |
Color Harmonies of #C592AA
Complementary color
Monochromatic Colors of #C592AA
Black with #C592AA
Text Example
Text Example
White with #C592AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592AA; }
p { color: rgb(197,146,170); }
H1.HeaderClassName
{
color: #C592AA;
}
.AnyTagClassName
{
color: #C592AA;
}
</style>
background-color css
<style>
a { background-color: #C592AA; }
a { background-color: rgb(197,146,170); }
div.DivClassName
{
background-color: #C592AA;
}
.BgClassName
{
background-color: #C592AA;
}
</style>
border-color css
<style>
span { border-color: #C592AA; }
span { border-color: rgb(197,146,170); }
td.TdClassName
{
border-color: #C592AA;
}
.TagClassName
{
border-color: #C592AA;
}
</style>