Shades of Lily #C3ACB5
Tints of Lily #C3ACB5
RGB
CMYK
RGB Variations
Color information
#C3ACB5 (or 0xC3ACB5) is known color: Lily. HEX triplet: C3, AC and B5. RGB value is (195,172,181). Sum of RGB (Red+Green+Blue) = 195+172+181=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACB5 is #3C534A. Grayscale: #B3B3B3. Windows color (decimal): -3953483 or 11906243. OLE color: 11906243.
HSL color Cylindrical-coordinate representation of color #C3ACB5: hue angle of 336.52º 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 #C3ACB5 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 172 | 181 | - |
CMYK | 0 | 0.12 | 0.07 | 0.24 |
HSL | 336.52º | 0.16% | 0.72% | - |
HSV(B) | 336.52º | 0.12% | 0.76% | - |
XYZ | 45.6 | 44.44 | 49.89 | - |
YUV | 179.9 | 128.62 | 138.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 172 | 181 | 0 | 0.12 | 0.07 | 0.24 | 336.52 | 0.16 | 0.72 |
Hex | C3 | AC | B5 | 0 | C | 7 | 18 | 151 | 10 | 48 |
Octal | 303 | 254 | 265 | 0 | 14 | 7 | 30 | 521 | 20 | 110 |
Binary | 11000011 | 10101100 | 10110101 | 0 | 1100 | 111 | 11000 | 101010001 | 10000 | 1001000 |
Color Harmonies of #C3ACB5
Complementary color
Monochromatic Colors of #C3ACB5
Black with #C3ACB5
Text Example
Text Example
White with #C3ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACB5; }
p { color: rgb(195,172,181); }
H1.HeaderClassName
{
color: #C3ACB5;
}
.AnyTagClassName
{
color: #C3ACB5;
}
</style>
background-color css
<style>
a { background-color: #C3ACB5; }
a { background-color: rgb(195,172,181); }
div.DivClassName
{
background-color: #C3ACB5;
}
.BgClassName
{
background-color: #C3ACB5;
}
</style>
border-color css
<style>
span { border-color: #C3ACB5; }
span { border-color: rgb(195,172,181); }
td.TdClassName
{
border-color: #C3ACB5;
}
.TagClassName
{
border-color: #C3ACB5;
}
</style>