#87485C

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

Shades of Cannon Pink #87485C

Tints of Cannon Pink #87485C

Color information

#87485C (or 0x87485C) is unknown color: approx Cannon Pink. HEX triplet: 87, 48 and 5C. RGB value is (135,72,92). Sum of RGB (Red+Green+Blue) = 135+72+92=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87485C is #78B7A3. Grayscale: #5D5D5D. Windows color (decimal): -7911332 or 6047879. OLE color: 6047879.

HSL color Cylindrical-coordinate representation of color #87485C: hue angle of 340.95º 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 #87485C is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1357292-
CMYK00.470.320.47
HSL340.95º30.43%40.59%-
HSV(B)340.95º46.67%52.94%-
XYZ14.2410.5611.41-
YUV93.12127.37157.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=45.15%
G=24.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135729200.470.320.47340.9530.4340.59
Hex87485C02F202F1551e29
Octal20711013405740575253651
Binary1000011110010001011100010111110000010111110101010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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