Shades of Lily #C3A0B3
Tints of Lily #C3A0B3
RGB
CMYK
RGB Variations
Color information
#C3A0B3 (or 0xC3A0B3) is known color: Lily. HEX triplet: C3, A0 and B3. RGB value is (195,160,179). Sum of RGB (Red+Green+Blue) = 195+160+179=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A0B3 is #3C5F4C. Grayscale: #ACACAC. Windows color (decimal): -3956557 or 11772099. OLE color: 11772099.
HSL color Cylindrical-coordinate representation of color #C3A0B3: hue angle of 327.43º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3A0B3 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 179 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.24 |
| HSL | 327.43º | 0.23% | 0.7% | - |
| HSV(B) | 327.43º | 0.18% | 0.76% | - |
| XYZ | 43.21 | 40 | 48.09 | - |
| YUV | 172.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 179 | 0 | 0.18 | 0.08 | 0.24 | 327.43 | 0.23 | 0.7 |
| Hex | C3 | A0 | B3 | 0 | 12 | 8 | 18 | 147 | 17 | 46 |
| Octal | 303 | 240 | 263 | 0 | 22 | 10 | 30 | 507 | 27 | 106 |
| Binary | 11000011 | 10100000 | 10110011 | 0 | 10010 | 1000 | 11000 | 101000111 | 10111 | 1000110 |
Color Harmonies of #C3A0B3
Complementary color
Monochromatic Colors of #C3A0B3
Black with #C3A0B3
Text Example
Text Example
White with #C3A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A0B3; }
p { color: rgb(195,160,179); }
H1.HeaderClassName
{
color: #C3A0B3;
}
.AnyTagClassName
{
color: #C3A0B3;
}
</style>
background-color css
<style>
a { background-color: #C3A0B3; }
a { background-color: rgb(195,160,179); }
div.DivClassName
{
background-color: #C3A0B3;
}
.BgClassName
{
background-color: #C3A0B3;
}
</style>
border-color css
<style>
span { border-color: #C3A0B3; }
span { border-color: rgb(195,160,179); }
td.TdClassName
{
border-color: #C3A0B3;
}
.TagClassName
{
border-color: #C3A0B3;
}
</style>