#C39AAF

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

Shades of Lily #C39AAF

Tints of Lily #C39AAF

Color information

#C39AAF (or 0xC39AAF) is unknown color: approx Lily. HEX triplet: C3, 9A and AF. RGB value is (195,154,175). Sum of RGB (Red+Green+Blue) = 195+154+175=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C39AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39AAF is #3C6550. Grayscale: #A8A8A8. Windows color (decimal): -3958097 or 11508419. OLE color: 11508419.

HSL color Cylindrical-coordinate representation of color #C39AAF: hue angle of 329.27º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39AAF is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195154175-
CMYK00.210.100.24
HSL329.27º25.47%68.43%-
HSV(B)329.27º21.03%76.47%-
XYZ41.837.8145.65-
YUV168.65131.58146.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=37.21%
G=29.39%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515417500.210.100.24329.2725.4768.43
HexC39AAF015A181491944
Octal303232257025123051131104
Binary110000111001101010101111010101101011000101001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39AAF; }

 p { color: rgb(195,154,175); }

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

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

 a { background-color: rgb(195,154,175); }

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

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

 span { border-color: rgb(195,154,175); }

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