Shades of Lily #C2A1B8
Tints of Lily #C2A1B8
RGB
CMYK
RGB Variations
Color information
#C2A1B8 (or 0xC2A1B8) is known color: Lily. HEX triplet: C2, A1 and B8. RGB value is (194,161,184). Sum of RGB (Red+Green+Blue) = 194+161+184=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1B8 is #3D5E47. Grayscale: #ADADAD. Windows color (decimal): -4021832 or 12100034. OLE color: 12100034.
HSL color Cylindrical-coordinate representation of color #C2A1B8: hue angle of 318.18º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2A1B8 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 184 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.24 |
| HSL | 318.18º | 0.21% | 0.7% | - |
| HSV(B) | 318.18º | 0.17% | 0.76% | - |
| XYZ | 43.64 | 40.42 | 50.85 | - |
| YUV | 173.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 184 | 0 | 0.17 | 0.05 | 0.24 | 318.18 | 0.21 | 0.7 |
| Hex | C2 | A1 | B8 | 0 | 11 | 5 | 18 | 13E | 15 | 46 |
| Octal | 302 | 241 | 270 | 0 | 21 | 5 | 30 | 476 | 25 | 106 |
| Binary | 11000010 | 10100001 | 10111000 | 0 | 10001 | 101 | 11000 | 100111110 | 10101 | 1000110 |
Color Harmonies of #C2A1B8
Complementary color
Monochromatic Colors of #C2A1B8
Black with #C2A1B8
Text Example
Text Example
White with #C2A1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A1B8; }
p { color: rgb(194,161,184); }
H1.HeaderClassName
{
color: #C2A1B8;
}
.AnyTagClassName
{
color: #C2A1B8;
}
</style>
background-color css
<style>
a { background-color: #C2A1B8; }
a { background-color: rgb(194,161,184); }
div.DivClassName
{
background-color: #C2A1B8;
}
.BgClassName
{
background-color: #C2A1B8;
}
</style>
border-color css
<style>
span { border-color: #C2A1B8; }
span { border-color: rgb(194,161,184); }
td.TdClassName
{
border-color: #C2A1B8;
}
.TagClassName
{
border-color: #C2A1B8;
}
</style>