#C58CAF

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

Shades of Lily #C58CAF

Tints of Lily #C58CAF

Color information

#C58CAF (or 0xC58CAF) is unknown color: approx Lily. HEX triplet: C5, 8C and AF. RGB value is (197,140,175). Sum of RGB (Red+Green+Blue) = 197+140+175=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58CAF is #3A7350. Grayscale: #A0A0A0. Windows color (decimal): -3830609 or 11504837. OLE color: 11504837.

HSL color Cylindrical-coordinate representation of color #C58CAF: hue angle of 323.16º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58CAF is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB197140175-
CMYK00.290.110.23
HSL323.16º32.95%66.08%-
HSV(B)323.16º28.93%77.25%-
XYZ40.1433.7244.95-
YUV161.03135.88153.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=38.48%
G=27.34%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714017500.290.110.23323.1632.9566.08
HexC58CAF01DB171432142
Octal305214257035132750341102
Binary1100010110001100101011110111011011101111010000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CAF; }

 p { color: rgb(197,140,175); }

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

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

 a { background-color: rgb(197,140,175); }

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

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

 span { border-color: rgb(197,140,175); }

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