#87445C

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

Shades of Cannon Pink #87445C

Tints of Cannon Pink #87445C

Color information

#87445C (or 0x87445C) is unknown color: approx Cannon Pink. HEX triplet: 87, 44 and 5C. RGB value is (135,68,92). Sum of RGB (Red+Green+Blue) = 135+68+92=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87445C is #78BBA3. Grayscale: #5A5A5A. Windows color (decimal): -7912356 or 6046855. OLE color: 6046855.

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

Color convert

RGB1356892-
CMYK00.500.320.47
HSL338.51º33%39.8%-
HSV(B)338.51º49.63%52.94%-
XYZ13.9910.0611.33-
YUV90.77128.7159.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=45.76%
G=23.05%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135689200.500.320.47338.513339.8
Hex87445C032202F1532128
Octal20710413406240575234150
Binary10000111100010010111000110010100000101111101010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87445C; }

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

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

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

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

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

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

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

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