Shades of Lily #C182AA
Tints of Lily #C182AA
RGB
CMYK
RGB Variations
Color information
#C182AA (or 0xC182AA) is known color: Lily. HEX triplet: C1, 82 and AA. RGB value is (193,130,170). Sum of RGB (Red+Green+Blue) = 193+130+170=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C182AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C182AA is #3E7D55. Grayscale: #999999. Windows color (decimal): -4095318 or 11174593. OLE color: 11174593.
HSL color Cylindrical-coordinate representation of color #C182AA: hue angle of 321.9º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C182AA is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 170 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.24 |
| HSL | 321.9º | 0.34% | 0.63% | - |
| HSV(B) | 321.9º | 0.33% | 0.76% | - |
| XYZ | 37.23 | 30.21 | 41.9 | - |
| YUV | 153.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 170 | 0 | 0.33 | 0.12 | 0.24 | 321.9 | 0.34 | 0.63 |
| Hex | C1 | 82 | AA | 0 | 21 | C | 18 | 142 | 22 | 3F |
| Octal | 301 | 202 | 252 | 0 | 41 | 14 | 30 | 502 | 42 | 77 |
| Binary | 11000001 | 10000010 | 10101010 | 0 | 100001 | 1100 | 11000 | 101000010 | 100010 | 111111 |
Color Harmonies of #C182AA
Complementary color
Monochromatic Colors of #C182AA
Black with #C182AA
Text Example
Text Example
White with #C182AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182AA; }
p { color: rgb(193,130,170); }
H1.HeaderClassName
{
color: #C182AA;
}
.AnyTagClassName
{
color: #C182AA;
}
</style>
background-color css
<style>
a { background-color: #C182AA; }
a { background-color: rgb(193,130,170); }
div.DivClassName
{
background-color: #C182AA;
}
.BgClassName
{
background-color: #C182AA;
}
</style>
border-color css
<style>
span { border-color: #C182AA; }
span { border-color: rgb(193,130,170); }
td.TdClassName
{
border-color: #C182AA;
}
.TagClassName
{
border-color: #C182AA;
}
</style>