#875866

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

Shades of Cannon Pink #875866

Tints of Cannon Pink #875866

Color information

#875866 (or 0x875866) is unknown color: approx Cannon Pink. HEX triplet: 87, 58 and 66. RGB value is (135,88,102). Sum of RGB (Red+Green+Blue) = 135+88+102=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #875866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875866 is #78A799. Grayscale: #676767. Windows color (decimal): -7907226 or 6707335. OLE color: 6707335.

HSL color Cylindrical-coordinate representation of color #875866: hue angle of 342.13º 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 #875866 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13588102-
CMYK00.350.240.47
HSL342.13º21.08%43.73%-
HSV(B)342.13º34.81%52.94%-
XYZ15.8813.0914.26-
YUV103.65127.07150.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=41.54%
G=27.08%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358810200.350.240.47342.1321.0843.73
Hex875866023182F156152c
Octal20713014604330575262554
Binary100001111011000110011001000111100010111110101011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875866; }

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

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

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

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

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

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

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

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