#875961

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

Shades of Cannon Pink #875961

Tints of Cannon Pink #875961

Color information

#875961 (or 0x875961) is unknown color: approx Cannon Pink. HEX triplet: 87, 59 and 61. RGB value is (135,89,97). Sum of RGB (Red+Green+Blue) = 135+89+97=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #875961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875961 is #78A69E. Grayscale: #676767. Windows color (decimal): -7906975 or 6379911. OLE color: 6379911.

HSL color Cylindrical-coordinate representation of color #875961: hue angle of 349.57º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875961 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1358997-
CMYK00.340.280.47
HSL349.57º20.54%43.92%-
HSV(B)349.57º34.07%52.94%-
XYZ15.7213.1613.02-
YUV103.67124.24150.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=42.06%
G=27.73%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135899700.340.280.47349.5720.5443.92
Hex8759610221C2F15e152c
Octal20713114104234575362554
Binary100001111011001110000101000101110010111110101111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875961; }

 p { color: rgb(135,89,97); }

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

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

 a { background-color: rgb(135,89,97); }

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

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

 span { border-color: rgb(135,89,97); }

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