Shades of Lily #C2A6B5
Tints of Lily #C2A6B5
RGB
CMYK
RGB Variations
Color information
#C2A6B5 (or 0xC2A6B5) is known color: Lily. HEX triplet: C2, A6 and B5. RGB value is (194,166,181). Sum of RGB (Red+Green+Blue) = 194+166+181=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6B5 is #3D594A. Grayscale: #B0B0B0. Windows color (decimal): -4020555 or 11904706. OLE color: 11904706.
HSL color Cylindrical-coordinate representation of color #C2A6B5: hue angle of 327.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2A6B5 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 166 | 181 | - |
CMYK | 0 | 0.14 | 0.07 | 0.24 |
HSL | 327.86º | 0.19% | 0.71% | - |
HSV(B) | 327.86º | 0.14% | 0.76% | - |
XYZ | 44.22 | 42.08 | 49.51 | - |
YUV | 176.08 | 130.78 | 140.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 166 | 181 | 0 | 0.14 | 0.07 | 0.24 | 327.86 | 0.19 | 0.71 |
Hex | C2 | A6 | B5 | 0 | E | 7 | 18 | 148 | 13 | 47 |
Octal | 302 | 246 | 265 | 0 | 16 | 7 | 30 | 510 | 23 | 107 |
Binary | 11000010 | 10100110 | 10110101 | 0 | 1110 | 111 | 11000 | 101001000 | 10011 | 1000111 |
Color Harmonies of #C2A6B5
Complementary color
Monochromatic Colors of #C2A6B5
Black with #C2A6B5
Text Example
Text Example
White with #C2A6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A6B5; }
p { color: rgb(194,166,181); }
H1.HeaderClassName
{
color: #C2A6B5;
}
.AnyTagClassName
{
color: #C2A6B5;
}
</style>
background-color css
<style>
a { background-color: #C2A6B5; }
a { background-color: rgb(194,166,181); }
div.DivClassName
{
background-color: #C2A6B5;
}
.BgClassName
{
background-color: #C2A6B5;
}
</style>
border-color css
<style>
span { border-color: #C2A6B5; }
span { border-color: rgb(194,166,181); }
td.TdClassName
{
border-color: #C2A6B5;
}
.TagClassName
{
border-color: #C2A6B5;
}
</style>