Html Css Color HEX #87515E Cannon Pink

📋 copy color: '#87515E'

red 135 ◦ green 81 ◦ blue 94

#87515E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #87515E

Tints of Cannon Pink #87515E

RGB

 RED value IS 135 (53.13% from 255) = 43.55%

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 43.55%
G = 26.13%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87515E (or 0x87515E) is known color: Cannon Pink. HEX triplet: 87, 51 and 5E. RGB value is (135,81,94). Sum of RGB (Red+Green+Blue) = 135+81+94=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87515E is #78AEA1. Grayscale: #626262. Windows color (decimal): -7909026 or 6181255. OLE color: 6181255.

HSL color Cylindrical-coordinate representation of color #87515E: hue angle of 345.56º 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 #87515E is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 81 94 -
CMYK 0 0.40 0.30 0.47
HSL 345.56º 0.25% 0.42% -
HSV(B) 345.56º 0.4% 0.53% -
XYZ 14.95 11.84 12.09 -
YUV 98.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 135 81 94 0 0.40 0.30 0.47 345.56 0.25 0.42
Hex 87 51 5E 0 28 1E 2F 15A 19 2A
Octal 207 121 136 0 50 36 57 532 31 52
Binary 10000111 1010001 1011110 0 101000 11110 101111 101011010 11001 101010

Color Harmonies of #87515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87515E

Black with #87515E

Text Example


Text Example

White with #87515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87515E;
 }
 .AnyTagClassName
 {
   color: #87515E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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