Shades of Lily #C3A8B9
Tints of Lily #C3A8B9
RGB
CMYK
RGB Variations
Color information
#C3A8B9 (or 0xC3A8B9) is known color: Lily. HEX triplet: C3, A8 and B9. RGB value is (195,168,185). Sum of RGB (Red+Green+Blue) = 195+168+185=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A8B9 is #3C5746. Grayscale: #B1B1B1. Windows color (decimal): -3954503 or 12167363. OLE color: 12167363.
HSL color Cylindrical-coordinate representation of color #C3A8B9: hue angle of 322.22º degrees, saturation: 0.18, 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 #C3A8B9 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 185 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.24 |
| HSL | 322.22º | 0.18% | 0.71% | - |
| HSV(B) | 322.22º | 0.14% | 0.76% | - |
| XYZ | 45.27 | 43.11 | 51.83 | - |
| YUV | 178.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 185 | 0 | 0.14 | 0.05 | 0.24 | 322.22 | 0.18 | 0.71 |
| Hex | C3 | A8 | B9 | 0 | E | 5 | 18 | 142 | 12 | 47 |
| Octal | 303 | 250 | 271 | 0 | 16 | 5 | 30 | 502 | 22 | 107 |
| Binary | 11000011 | 10101000 | 10111001 | 0 | 1110 | 101 | 11000 | 101000010 | 10010 | 1000111 |
Color Harmonies of #C3A8B9
Complementary color
Monochromatic Colors of #C3A8B9
Black with #C3A8B9
Text Example
Text Example
White with #C3A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A8B9; }
p { color: rgb(195,168,185); }
H1.HeaderClassName
{
color: #C3A8B9;
}
.AnyTagClassName
{
color: #C3A8B9;
}
</style>
background-color css
<style>
a { background-color: #C3A8B9; }
a { background-color: rgb(195,168,185); }
div.DivClassName
{
background-color: #C3A8B9;
}
.BgClassName
{
background-color: #C3A8B9;
}
</style>
border-color css
<style>
span { border-color: #C3A8B9; }
span { border-color: rgb(195,168,185); }
td.TdClassName
{
border-color: #C3A8B9;
}
.TagClassName
{
border-color: #C3A8B9;
}
</style>