#875462

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

Shades of Cannon Pink #875462

Tints of Cannon Pink #875462

Color information

#875462 (or 0x875462) is unknown color: approx Cannon Pink. HEX triplet: 87, 54 and 62. RGB value is (135,84,98). Sum of RGB (Red+Green+Blue) = 135+84+98=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #875462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875462 is #78AB9D. Grayscale: #646464. Windows color (decimal): -7908254 or 6444167. OLE color: 6444167.

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

Color convert

RGB1358498-
CMYK00.380.270.47
HSL343.53º23.29%42.94%-
HSV(B)343.53º37.78%52.94%-
XYZ15.3712.3713.13-
YUV100.84126.4152.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=42.59%
G=26.50%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135849800.380.270.47343.5323.2942.94
Hex8754620261B2F158172b
Octal20712414204633575302753
Binary100001111010100110001001001101101110111110101100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875462; }

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

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

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

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

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

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

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

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