#87485A

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

Shades of Cannon Pink #87485A

Tints of Cannon Pink #87485A

Color information

#87485A (or 0x87485A) is unknown color: approx Cannon Pink. HEX triplet: 87, 48 and 5A. RGB value is (135,72,90). Sum of RGB (Red+Green+Blue) = 135+72+90=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87485A is #78B7A5. Grayscale: #5C5C5C. Windows color (decimal): -7911334 or 5916807. OLE color: 5916807.

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

Color convert

RGB1357290-
CMYK00.470.330.47
HSL342.86º30.43%40.59%-
HSV(B)342.86º46.67%52.94%-
XYZ14.1510.5210.96-
YUV92.89126.37158.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=45.45%
G=24.24%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135729000.470.330.47342.8630.4340.59
Hex87485A02F212F1571e29
Octal20711013205741575273651
Binary1000011110010001011010010111110000110111110101011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87485A; }

 p { color: rgb(135,72,90); }

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

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

 a { background-color: rgb(135,72,90); }

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

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

 span { border-color: rgb(135,72,90); }

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