#874963

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

Shades of Cannon Pink #874963

Tints of Cannon Pink #874963

Color information

#874963 (or 0x874963) is unknown color: approx Cannon Pink. HEX triplet: 87, 49 and 63. RGB value is (135,73,99). Sum of RGB (Red+Green+Blue) = 135+73+99=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874963 is #78B69C. Grayscale: #5E5E5E. Windows color (decimal): -7911069 or 6506887. OLE color: 6506887.

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

Color convert

RGB1357399-
CMYK00.460.270.47
HSL334.84º29.81%40.78%-
HSV(B)334.84º45.93%52.94%-
XYZ14.6310.8213.12-
YUV94.5130.54156.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 99 (39.06% from 255) = 32.25%
R=43.97%
G=23.78%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135739900.460.270.47334.8429.8140.78
Hex87496302E1B2F14f1e29
Octal20711114305633575173651
Binary100001111001001110001101011101101110111110100111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874963; }

 p { color: rgb(135,73,99); }

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

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

 a { background-color: rgb(135,73,99); }

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

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

 span { border-color: rgb(135,73,99); }

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