#87515C

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

Shades of Cannon Pink #87515C

Tints of Cannon Pink #87515C

Color information

#87515C (or 0x87515C) is unknown color: approx Cannon Pink. HEX triplet: 87, 51 and 5C. RGB value is (135,81,92). Sum of RGB (Red+Green+Blue) = 135+81+92=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87515C is #78AEA3. Grayscale: #626262. Windows color (decimal): -7909028 or 6050183. OLE color: 6050183.

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

Color convert

RGB1358192-
CMYK00.400.320.47
HSL347.78º25%42.35%-
HSV(B)347.78º40%52.94%-
XYZ14.8711.8111.62-
YUV98.4124.39154.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=43.83%
G=26.30%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135819200.400.320.47347.782542.35
Hex87515C028202F15c192a
Octal20712113405040575343152
Binary1000011110100011011100010100010000010111110101110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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