#875661

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

Shades of Cannon Pink #875661

Tints of Cannon Pink #875661

Color information

#875661 (or 0x875661) is unknown color: approx Cannon Pink. HEX triplet: 87, 56 and 61. RGB value is (135,86,97). Sum of RGB (Red+Green+Blue) = 135+86+97=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875661 is #78A99E. Grayscale: #656565. Windows color (decimal): -7907743 or 6379143. OLE color: 6379143.

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

Color convert

RGB1358697-
CMYK00.360.280.47
HSL346.53º22.17%43.33%-
HSV(B)346.53º36.3%52.94%-
XYZ15.4812.6712.94-
YUV101.9125.23151.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=42.45%
G=27.04%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135869700.360.280.47346.5322.1743.33
Hex8756610241C2F15b162b
Octal20712614104434575332653
Binary100001111010110110000101001001110010111110101101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875661; }

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

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

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

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

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

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

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

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