#805658

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

Shades of Solid Pink #805658

Tints of Solid Pink #805658

Color information

#805658 (or 0x805658) is unknown color: approx Solid Pink. HEX triplet: 80, 56 and 58. RGB value is (128,86,88). Sum of RGB (Red+Green+Blue) = 128+86+88=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #805658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805658 is #7FA9A7. Grayscale: #626262. Windows color (decimal): -8366504 or 5789312. OLE color: 5789312.

HSL color Cylindrical-coordinate representation of color #805658: hue angle of 357.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #805658 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1288688-
CMYK00.330.310.50
HSL357.14º19.63%41.96%-
HSV(B)357.14º32.81%50.2%-
XYZ13.9911.9510.8-
YUV98.79121.91148.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.38%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=42.38%
G=28.48%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128868800.330.310.50357.1419.6341.96
Hex8056580211F32165142a
Octal20012613004137625452452
Binary100000001010110101100001000011111111001010110010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805658; }

 p { color: rgb(128,86,88); }

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

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

 a { background-color: rgb(128,86,88); }

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

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

 span { border-color: rgb(128,86,88); }

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