#805258

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

Shades of Solid Pink #805258

Tints of Solid Pink #805258

Color information

#805258 (or 0x805258) is unknown color: approx Solid Pink. HEX triplet: 80, 52 and 58. RGB value is (128,82,88). Sum of RGB (Red+Green+Blue) = 128+82+88=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #805258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805258 is #7FADA7. Grayscale: #606060. Windows color (decimal): -8367528 or 5788288. OLE color: 5788288.

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

Color convert

RGB1288288-
CMYK00.360.310.50
HSL352.17º21.9%41.18%-
HSV(B)352.17º35.94%50.2%-
XYZ13.6811.3310.7-
YUV96.44123.24150.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=42.95%
G=27.52%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128828800.360.310.50352.1721.941.18
Hex8052580241F321601629
Octal20012213004437625402651
Binary100000001010010101100001001001111111001010110000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805258; }

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

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

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

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

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

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

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

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