#875562

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

Shades of Cannon Pink #875562

Tints of Cannon Pink #875562

Color information

#875562 (or 0x875562) is unknown color: approx Cannon Pink. HEX triplet: 87, 55 and 62. RGB value is (135,85,98). Sum of RGB (Red+Green+Blue) = 135+85+98=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875562 is #78AA9D. Grayscale: #656565. Windows color (decimal): -7907998 or 6444423. OLE color: 6444423.

HSL color Cylindrical-coordinate representation of color #875562: hue angle of 344.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875562 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1358598-
CMYK00.370.270.47
HSL344.4º22.73%43.14%-
HSV(B)344.4º37.04%52.94%-
XYZ15.4412.5313.16-
YUV101.43126.06151.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=42.45%
G=26.73%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135859800.370.270.47344.422.7343.14
Hex8755620251B2F158172b
Octal20712514204533575302753
Binary100001111010101110001001001011101110111110101100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875562; }

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

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

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

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

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

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

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

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