#885458

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

Shades of Solid Pink #885458

Tints of Solid Pink #885458

Color information

#885458 (or 0x885458) is unknown color: approx Solid Pink. HEX triplet: 88, 54 and 58. RGB value is (136,84,88). Sum of RGB (Red+Green+Blue) = 136+84+88=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #885458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885458 is #77ABA7. Grayscale: #646464. Windows color (decimal): -7842728 or 5788808. OLE color: 5788808.

HSL color Cylindrical-coordinate representation of color #885458: hue angle of 355.38º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885458 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1368488-
CMYK00.380.350.47
HSL355.38º23.64%43.14%-
HSV(B)355.38º38.24%53.33%-
XYZ15.0912.2810.81-
YUV100121.23153.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=44.16%
G=27.27%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136848800.380.350.47355.3823.6443.14
Hex885458026232F163182b
Octal21012413004643575433053
Binary1000100010101001011000010011010001110111110110001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885458; }

 p { color: rgb(136,84,88); }

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

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

 a { background-color: rgb(136,84,88); }

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

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

 span { border-color: rgb(136,84,88); }

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