#C586B6

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

Shades of Lily #C586B6

Tints of Lily #C586B6

Color information

#C586B6 (or 0xC586B6) is unknown color: approx Lily. HEX triplet: C5, 86 and B6. RGB value is (197,134,182). Sum of RGB (Red+Green+Blue) = 197+134+182=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C586B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586B6 is #3A7949. Grayscale: #9E9E9E. Windows color (decimal): -3832138 or 11962053. OLE color: 11962053.

HSL color Cylindrical-coordinate representation of color #C586B6: hue angle of 314.29º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C586B6 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB197134182-
CMYK00.320.080.23
HSL314.29º35.2%64.9%-
HSV(B)314.29º31.98%77.25%-
XYZ39.9932.348.38-
YUV158.31141.37155.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=38.40%
G=26.12%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713418200.320.080.23314.2935.264.9
HexC586B602081713a2341
Octal305206266040102747243101
Binary11000101100001101011011001000001000101111001110101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C586B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C586B6; }

 p { color: rgb(197,134,182); }

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

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

 a { background-color: rgb(197,134,182); }

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

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

 span { border-color: rgb(197,134,182); }

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