Shades of Lily #C4A2B3
Tints of Lily #C4A2B3
RGB
CMYK
RGB Variations
Color information
#C4A2B3 (or 0xC4A2B3) is known color: Lily. HEX triplet: C4, A2 and B3. RGB value is (196,162,179). Sum of RGB (Red+Green+Blue) = 196+162+179=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A2B3 is #3B5D4C. Grayscale: #AEAEAE. Windows color (decimal): -3890509 or 11772612. OLE color: 11772612.
HSL color Cylindrical-coordinate representation of color #C4A2B3: hue angle of 330º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4A2B3 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 179 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.23 |
| HSL | 330º | 0.22% | 0.7% | - |
| HSV(B) | 330º | 0.17% | 0.77% | - |
| XYZ | 43.82 | 40.83 | 48.22 | - |
| YUV | 174.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 179 | 0 | 0.17 | 0.09 | 0.23 | 330 | 0.22 | 0.7 |
| Hex | C4 | A2 | B3 | 0 | 11 | 9 | 17 | 14A | 16 | 46 |
| Octal | 304 | 242 | 263 | 0 | 21 | 11 | 27 | 512 | 26 | 106 |
| Binary | 11000100 | 10100010 | 10110011 | 0 | 10001 | 1001 | 10111 | 101001010 | 10110 | 1000110 |
Color Harmonies of #C4A2B3
Complementary color
Monochromatic Colors of #C4A2B3
Black with #C4A2B3
Text Example
Text Example
White with #C4A2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A2B3; }
p { color: rgb(196,162,179); }
H1.HeaderClassName
{
color: #C4A2B3;
}
.AnyTagClassName
{
color: #C4A2B3;
}
</style>
background-color css
<style>
a { background-color: #C4A2B3; }
a { background-color: rgb(196,162,179); }
div.DivClassName
{
background-color: #C4A2B3;
}
.BgClassName
{
background-color: #C4A2B3;
}
</style>
border-color css
<style>
span { border-color: #C4A2B3; }
span { border-color: rgb(196,162,179); }
td.TdClassName
{
border-color: #C4A2B3;
}
.TagClassName
{
border-color: #C4A2B3;
}
</style>