Shades of Lily #C2A9B5
Tints of Lily #C2A9B5
RGB
CMYK
RGB Variations
Color information
#C2A9B5 (or 0xC2A9B5) is known color: Lily. HEX triplet: C2, A9 and B5. RGB value is (194,169,181). Sum of RGB (Red+Green+Blue) = 194+169+181=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9B5 is #3D564A. Grayscale: #B1B1B1. Windows color (decimal): -4019787 or 11905474. OLE color: 11905474.
HSL color Cylindrical-coordinate representation of color #C2A9B5: hue angle of 331.2º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2A9B5 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 169 | 181 | - |
CMYK | 0 | 0.13 | 0.07 | 0.24 |
HSL | 331.2º | 0.17% | 0.71% | - |
HSV(B) | 331.2º | 0.13% | 0.76% | - |
XYZ | 44.78 | 43.18 | 49.69 | - |
YUV | 177.84 | 129.78 | 139.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 169 | 181 | 0 | 0.13 | 0.07 | 0.24 | 331.2 | 0.17 | 0.71 |
Hex | C2 | A9 | B5 | 0 | D | 7 | 18 | 14B | 11 | 47 |
Octal | 302 | 251 | 265 | 0 | 15 | 7 | 30 | 513 | 21 | 107 |
Binary | 11000010 | 10101001 | 10110101 | 0 | 1101 | 111 | 11000 | 101001011 | 10001 | 1000111 |
Color Harmonies of #C2A9B5
Complementary color
Monochromatic Colors of #C2A9B5
Black with #C2A9B5
Text Example
Text Example
White with #C2A9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A9B5; }
p { color: rgb(194,169,181); }
H1.HeaderClassName
{
color: #C2A9B5;
}
.AnyTagClassName
{
color: #C2A9B5;
}
</style>
background-color css
<style>
a { background-color: #C2A9B5; }
a { background-color: rgb(194,169,181); }
div.DivClassName
{
background-color: #C2A9B5;
}
.BgClassName
{
background-color: #C2A9B5;
}
</style>
border-color css
<style>
span { border-color: #C2A9B5; }
span { border-color: rgb(194,169,181); }
td.TdClassName
{
border-color: #C2A9B5;
}
.TagClassName
{
border-color: #C2A9B5;
}
</style>