Shades of Lily #C3ACB6
Tints of Lily #C3ACB6
RGB
CMYK
RGB Variations
Color information
#C3ACB6 (or 0xC3ACB6) is known color: Lily. HEX triplet: C3, AC and B6. RGB value is (195,172,182). Sum of RGB (Red+Green+Blue) = 195+172+182=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACB6 is #3C5349. Grayscale: #B4B4B4. Windows color (decimal): -3953482 or 11971779. OLE color: 11971779.
HSL color Cylindrical-coordinate representation of color #C3ACB6: hue angle of 333.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ACB6 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 182 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.24 |
| HSL | 333.91º | 0.16% | 0.72% | - |
| HSV(B) | 333.91º | 0.12% | 0.76% | - |
| XYZ | 45.7 | 44.48 | 50.43 | - |
| YUV | 180.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 182 | 0 | 0.12 | 0.07 | 0.24 | 333.91 | 0.16 | 0.72 |
| Hex | C3 | AC | B6 | 0 | C | 7 | 18 | 14E | 10 | 48 |
| Octal | 303 | 254 | 266 | 0 | 14 | 7 | 30 | 516 | 20 | 110 |
| Binary | 11000011 | 10101100 | 10110110 | 0 | 1100 | 111 | 11000 | 101001110 | 10000 | 1001000 |
Color Harmonies of #C3ACB6
Complementary color
Monochromatic Colors of #C3ACB6
Black with #C3ACB6
Text Example
Text Example
White with #C3ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACB6; }
p { color: rgb(195,172,182); }
H1.HeaderClassName
{
color: #C3ACB6;
}
.AnyTagClassName
{
color: #C3ACB6;
}
</style>
background-color css
<style>
a { background-color: #C3ACB6; }
a { background-color: rgb(195,172,182); }
div.DivClassName
{
background-color: #C3ACB6;
}
.BgClassName
{
background-color: #C3ACB6;
}
</style>
border-color css
<style>
span { border-color: #C3ACB6; }
span { border-color: rgb(195,172,182); }
td.TdClassName
{
border-color: #C3ACB6;
}
.TagClassName
{
border-color: #C3ACB6;
}
</style>