#87455C

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

Shades of Cannon Pink #87455C

Tints of Cannon Pink #87455C

Color information

#87455C (or 0x87455C) is unknown color: approx Cannon Pink. HEX triplet: 87, 45 and 5C. RGB value is (135,69,92). Sum of RGB (Red+Green+Blue) = 135+69+92=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87455C is #78BAA3. Grayscale: #5B5B5B. Windows color (decimal): -7912100 or 6047111. OLE color: 6047111.

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

Color convert

RGB1356992-
CMYK00.490.320.47
HSL339.09º32.35%40%-
HSV(B)339.09º48.89%52.94%-
XYZ14.0510.1811.35-
YUV91.36128.37159.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=45.61%
G=23.31%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135699200.490.320.47339.0932.3540
Hex87455C031202F1532028
Octal20710513406140575234050
Binary10000111100010110111000110001100000101111101010011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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