Shades of Lily #C3A6B0
Tints of Lily #C3A6B0
RGB
CMYK
RGB Variations
Color information
#C3A6B0 (or 0xC3A6B0) is known color: Lily. HEX triplet: C3, A6 and B0. RGB value is (195,166,176). Sum of RGB (Red+Green+Blue) = 195+166+176=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A6B0 is #3C594F. Grayscale: #AFAFAF. Windows color (decimal): -3955024 or 11577027. OLE color: 11577027.
HSL color Cylindrical-coordinate representation of color #C3A6B0: hue angle of 339.31º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A6B0 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 176 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.24 |
| HSL | 339.31º | 0.19% | 0.71% | - |
| HSV(B) | 339.31º | 0.15% | 0.76% | - |
| XYZ | 43.98 | 42.01 | 46.86 | - |
| YUV | 175.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 176 | 0 | 0.15 | 0.10 | 0.24 | 339.31 | 0.19 | 0.71 |
| Hex | C3 | A6 | B0 | 0 | F | A | 18 | 153 | 13 | 47 |
| Octal | 303 | 246 | 260 | 0 | 17 | 12 | 30 | 523 | 23 | 107 |
| Binary | 11000011 | 10100110 | 10110000 | 0 | 1111 | 1010 | 11000 | 101010011 | 10011 | 1000111 |
Color Harmonies of #C3A6B0
Complementary color
Monochromatic Colors of #C3A6B0
Black with #C3A6B0
Text Example
Text Example
White with #C3A6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A6B0; }
p { color: rgb(195,166,176); }
H1.HeaderClassName
{
color: #C3A6B0;
}
.AnyTagClassName
{
color: #C3A6B0;
}
</style>
background-color css
<style>
a { background-color: #C3A6B0; }
a { background-color: rgb(195,166,176); }
div.DivClassName
{
background-color: #C3A6B0;
}
.BgClassName
{
background-color: #C3A6B0;
}
</style>
border-color css
<style>
span { border-color: #C3A6B0; }
span { border-color: rgb(195,166,176); }
td.TdClassName
{
border-color: #C3A6B0;
}
.TagClassName
{
border-color: #C3A6B0;
}
</style>