#875864

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

Shades of Cannon Pink #875864

Tints of Cannon Pink #875864

Color information

#875864 (or 0x875864) is unknown color: approx Cannon Pink. HEX triplet: 87, 58 and 64. RGB value is (135,88,100). Sum of RGB (Red+Green+Blue) = 135+88+100=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #875864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875864 is #78A79B. Grayscale: #676767. Windows color (decimal): -7907228 or 6576263. OLE color: 6576263.

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

Color convert

RGB13588100-
CMYK00.350.260.47
HSL344.68º21.08%43.73%-
HSV(B)344.68º34.81%52.94%-
XYZ15.7813.0513.74-
YUV103.42126.07150.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=41.80%
G=27.24%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358810000.350.260.47344.6821.0843.73
Hex8758640231A2F159152c
Octal20713014404332575312554
Binary100001111011000110010001000111101010111110101100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875864; }

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

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

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

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

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

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

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

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