#874E5C

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

Shades of Cannon Pink #874E5C

Tints of Cannon Pink #874E5C

Color information

#874E5C (or 0x874E5C) is unknown color: approx Cannon Pink. HEX triplet: 87, 4E and 5C. RGB value is (135,78,92). Sum of RGB (Red+Green+Blue) = 135+78+92=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #874E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E5C is #78B1A3. Grayscale: #606060. Windows color (decimal): -7909796 or 6049415. OLE color: 6049415.

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

Color convert

RGB1357892-
CMYK00.420.320.47
HSL345.26º26.76%41.76%-
HSV(B)345.26º42.22%52.94%-
XYZ14.6511.3711.55-
YUV96.64125.38155.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=44.26%
G=25.57%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135789200.420.320.47345.2626.7641.76
Hex874E5C02A202F1591b2a
Octal20711613405240575313352
Binary1000011110011101011100010101010000010111110101100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E5C; }

 p { color: rgb(135,78,92); }

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

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

 a { background-color: rgb(135,78,92); }

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

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

 span { border-color: rgb(135,78,92); }

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