#C58BAF

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

Shades of Lily #C58BAF

Tints of Lily #C58BAF

Color information

#C58BAF (or 0xC58BAF) is unknown color: approx Lily. HEX triplet: C5, 8B and AF. RGB value is (197,139,175). Sum of RGB (Red+Green+Blue) = 197+139+175=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BAF is #3A7450. Grayscale: #A0A0A0. Windows color (decimal): -3830865 or 11504581. OLE color: 11504581.

HSL color Cylindrical-coordinate representation of color #C58BAF: hue angle of 322.76º 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 #C58BAF is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB197139175-
CMYK00.290.110.23
HSL322.76º33.33%65.88%-
HSV(B)322.76º29.44%77.25%-
XYZ4033.4344.9-
YUV160.45136.22154.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=38.55%
G=27.20%
B=34.25%

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
Decimal19713917500.290.110.23322.7633.3365.88
HexC58BAF01DB171432142
Octal305213257035132750341102
Binary1100010110001011101011110111011011101111010000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BAF; }

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

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

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

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

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

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

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

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