#874659

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

Shades of Cannon Pink #874659

Tints of Cannon Pink #874659

Color information

#874659 (or 0x874659) is unknown color: approx Cannon Pink. HEX triplet: 87, 46 and 59. RGB value is (135,70,89). Sum of RGB (Red+Green+Blue) = 135+70+89=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #874659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874659 is #78B9A6. Grayscale: #5B5B5B. Windows color (decimal): -7911847 or 5850759. OLE color: 5850759.

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

Color convert

RGB1357089-
CMYK00.480.340.47
HSL342.46º31.71%40.2%-
HSV(B)342.46º48.15%52.94%-
XYZ13.9910.2510.69-
YUV91.6126.53158.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=45.92%
G=23.81%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135708900.480.340.47342.4631.7140.2
Hex874659030222F1562028
Octal20710613106042575264050
Binary10000111100011010110010110000100010101111101010110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874659; }

 p { color: rgb(135,70,89); }

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

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

 a { background-color: rgb(135,70,89); }

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

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

 span { border-color: rgb(135,70,89); }

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