#975256

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

Shades of Solid Pink #975256

Tints of Solid Pink #975256

Color information

#975256 (or 0x975256) is unknown color: approx Solid Pink. HEX triplet: 97, 52 and 56. RGB value is (151,82,86). Sum of RGB (Red+Green+Blue) = 151+82+86=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #975256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975256 is #68ADA9. Grayscale: #676767. Windows color (decimal): -6860202 or 5657239. OLE color: 5657239.

HSL color Cylindrical-coordinate representation of color #975256: hue angle of 356.52º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975256 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1518286-
CMYK00.460.430.41
HSL356.52º29.61%45.69%-
HSV(B)356.52º45.7%59.22%-
XYZ17.4613.2910.45-
YUV103.09118.36162.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.34%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=47.34%
G=25.71%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151828600.460.430.41356.5229.6145.69
Hex97525602E2B291651e2e
Octal22712212605653515453656
Binary1001011110100101010110010111010101110100110110010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975256; }

 p { color: rgb(151,82,86); }

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

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

 a { background-color: rgb(151,82,86); }

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

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

 span { border-color: rgb(151,82,86); }

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