#875860

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

Shades of Cannon Pink #875860

Tints of Cannon Pink #875860

Color information

#875860 (or 0x875860) is unknown color: approx Cannon Pink. HEX triplet: 87, 58 and 60. RGB value is (135,88,96). Sum of RGB (Red+Green+Blue) = 135+88+96=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875860 is #78A79F. Grayscale: #666666. Windows color (decimal): -7907232 or 6314119. OLE color: 6314119.

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

Color convert

RGB1358896-
CMYK00.350.290.47
HSL349.79º21.08%43.73%-
HSV(B)349.79º34.81%52.94%-
XYZ15.5912.9712.75-
YUV102.96124.07150.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=42.32%
G=27.59%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135889600.350.290.47349.7921.0843.73
Hex8758600231D2F15e152c
Octal20713014004335575362554
Binary100001111011000110000001000111110110111110101111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875860; }

 p { color: rgb(135,88,96); }

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

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

 a { background-color: rgb(135,88,96); }

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

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

 span { border-color: rgb(135,88,96); }

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