#C3A0AC

Color #C3A0AC Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C3A0AC

Tints of Lily #C3A0AC

Color information

#C3A0AC (or 0xC3A0AC) is unknown color: approx Lily. HEX triplet: C3, A0 and AC. RGB value is (195,160,172). Sum of RGB (Red+Green+Blue) = 195+160+172=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A0AC is #3C5F53. Grayscale: #ABABAB. Windows color (decimal): -3956564 or 11313347. OLE color: 11313347.

HSL color Cylindrical-coordinate representation of color #C3A0AC: hue angle of 339.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 #C3A0AC is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195160172-
CMYK00.180.120.24
HSL339.43º22.58%69.61%-
HSV(B)339.43º17.95%76.47%-
XYZ42.5239.7244.46-
YUV171.83128.1144.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=37.00%
G=30.36%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516017200.180.120.24339.4322.5869.61
HexC3A0AC012C181531746
Octal303240254022143052327106
Binary110000111010000010101100010010110011000101010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A0AC; }

 p { color: rgb(195,160,172); }

 H1.HeaderClassName
 {
   color: #C3A0AC;
 }
 .AnyTagClassName
 {
   color: #C3A0AC;
 }
</style>
background-color css

<style>
 a { background-color: #C3A0AC; }

 a { background-color: rgb(195,160,172); }

 div.DivClassName
 {
   background-color: #C3A0AC;
 }
 .BgClassName
 {
   background-color: #C3A0AC;
 }
</style>
border-color css

<style>
 span { border-color: #C3A0AC; }

 span { border-color: rgb(195,160,172); }

 td.TdClassName
 {
   border-color: #C3A0AC;
 }
 .TagClassName
 {
   border-color: #C3A0AC;
 }
</style>