#935859

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

Shades of Solid Pink #935859

Tints of Solid Pink #935859

Color information

#935859 (or 0x935859) is unknown color: approx Solid Pink. HEX triplet: 93, 58 and 59. RGB value is (147,88,89). Sum of RGB (Red+Green+Blue) = 147+88+89=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #935859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935859 is #6CA7A6. Grayscale: #696969. Windows color (decimal): -7120807 or 5855379. OLE color: 5855379.

HSL color Cylindrical-coordinate representation of color #935859: hue angle of 358.98º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #935859 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1478889-
CMYK00.400.390.42
HSL358.98º25.11%46.08%-
HSV(B)358.98º40.14%57.65%-
XYZ17.3313.911.22-
YUV105.76118.55157.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=45.37%
G=27.16%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147888900.400.390.42358.9825.1146.08
Hex935859028272A167192e
Octal22313013105047525473156
Binary1001001110110001011001010100010011110101010110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935859; }

 p { color: rgb(147,88,89); }

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

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

 a { background-color: rgb(147,88,89); }

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

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

 span { border-color: rgb(147,88,89); }

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