#805575

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

Shades of Trendy Pink #805575

Tints of Trendy Pink #805575

Color information

#805575 (or 0x805575) is unknown color: approx Trendy Pink. HEX triplet: 80, 55 and 75. RGB value is (128,85,117). Sum of RGB (Red+Green+Blue) = 128+85+117=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #805575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805575 is #7FAA8A. Grayscale: #656565. Windows color (decimal): -8366731 or 7689600. OLE color: 7689600.

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

Color convert

RGB12885117-
CMYK00.340.090.50
HSL315.35º20.19%41.76%-
HSV(B)315.35º33.59%50.2%-
XYZ15.3612.3718.41-
YUV101.5136.75146.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=38.79%
G=25.76%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288511700.340.090.50315.3520.1941.76
Hex80557502293213b142a
Octal20012516504211624732452
Binary10000000101010111101010100010100111001010011101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805575; }

 p { color: rgb(128,85,117); }

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

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

 a { background-color: rgb(128,85,117); }

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

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

 span { border-color: rgb(128,85,117); }

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