Shades of Lily #C296AD
Tints of Lily #C296AD
RGB
CMYK
RGB Variations
Color information
#C296AD (or 0xC296AD) is known color: Lily. HEX triplet: C2, 96 and AD. RGB value is (194,150,173). Sum of RGB (Red+Green+Blue) = 194+150+173=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C296AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296AD is #3D6952. Grayscale: #A5A5A5. Windows color (decimal): -4024659 or 11376322. OLE color: 11376322.
HSL color Cylindrical-coordinate representation of color #C296AD: hue angle of 328.64º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C296AD is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 173 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.24 |
| HSL | 328.64º | 0.27% | 0.67% | - |
| HSV(B) | 328.64º | 0.23% | 0.76% | - |
| XYZ | 40.7 | 36.3 | 44.4 | - |
| YUV | 165.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 173 | 0 | 0.23 | 0.11 | 0.24 | 328.64 | 0.27 | 0.67 |
| Hex | C2 | 96 | AD | 0 | 17 | B | 18 | 149 | 1B | 43 |
| Octal | 302 | 226 | 255 | 0 | 27 | 13 | 30 | 511 | 33 | 103 |
| Binary | 11000010 | 10010110 | 10101101 | 0 | 10111 | 1011 | 11000 | 101001001 | 11011 | 1000011 |
Color Harmonies of #C296AD
Complementary color
Monochromatic Colors of #C296AD
Black with #C296AD
Text Example
Text Example
White with #C296AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296AD; }
p { color: rgb(194,150,173); }
H1.HeaderClassName
{
color: #C296AD;
}
.AnyTagClassName
{
color: #C296AD;
}
</style>
background-color css
<style>
a { background-color: #C296AD; }
a { background-color: rgb(194,150,173); }
div.DivClassName
{
background-color: #C296AD;
}
.BgClassName
{
background-color: #C296AD;
}
</style>
border-color css
<style>
span { border-color: #C296AD; }
span { border-color: rgb(194,150,173); }
td.TdClassName
{
border-color: #C296AD;
}
.TagClassName
{
border-color: #C296AD;
}
</style>