#875861

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

Shades of Cannon Pink #875861

Tints of Cannon Pink #875861

Color information

#875861 (or 0x875861) is unknown color: approx Cannon Pink. HEX triplet: 87, 58 and 61. RGB value is (135,88,97). Sum of RGB (Red+Green+Blue) = 135+88+97=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875861 is #78A79E. Grayscale: #676767. Windows color (decimal): -7907231 or 6379655. OLE color: 6379655.

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

Color convert

RGB1358897-
CMYK00.350.280.47
HSL348.51º21.08%43.73%-
HSV(B)348.51º34.81%52.94%-
XYZ15.6412.9912.99-
YUV103.08124.57150.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=42.19%
G=27.5%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135889700.350.280.47348.5121.0843.73
Hex8758610231C2F15d152c
Octal20713014104334575352554
Binary100001111011000110000101000111110010111110101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875861; }

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

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

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

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

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

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

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

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