#875862

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

Shades of Cannon Pink #875862

Tints of Cannon Pink #875862

Color information

#875862 (or 0x875862) is unknown color: approx Cannon Pink. HEX triplet: 87, 58 and 62. RGB value is (135,88,98). Sum of RGB (Red+Green+Blue) = 135+88+98=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #875862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875862 is #78A79D. Grayscale: #676767. Windows color (decimal): -7907230 or 6445191. OLE color: 6445191.

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

Color convert

RGB1358898-
CMYK00.350.270.47
HSL347.23º21.08%43.73%-
HSV(B)347.23º34.81%52.94%-
XYZ15.6913.0113.24-
YUV103.19125.07150.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=42.06%
G=27.41%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135889800.350.270.47347.2321.0843.73
Hex8758620231B2F15b152c
Octal20713014204333575332554
Binary100001111011000110001001000111101110111110101101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875862; }

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

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

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

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

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

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

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

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