Html Css Color HEX #87555E Cannon Pink

📋 copy color: '#87555E'

red 135 ◦ green 85 ◦ blue 94

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

Shades of Cannon Pink #87555E

Tints of Cannon Pink #87555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 42.99%
G = 27.07%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87555E (or 0x87555E) is known color: Cannon Pink. HEX triplet: 87, 55 and 5E. RGB value is (135,85,94). Sum of RGB (Red+Green+Blue) = 135+85+94=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87555E is #78AAA1. Grayscale: #646464. Windows color (decimal): -7908002 or 6182279. OLE color: 6182279.

HSL color Cylindrical-coordinate representation of color #87555E: hue angle of 349.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87555E is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 94 -
CMYK 0 0.37 0.30 0.47
HSL 349.2º 0.23% 0.43% -
HSV(B) 349.2º 0.37% 0.53% -
XYZ 15.26 12.46 12.19 -
YUV 100.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 135 85 94 0 0.37 0.30 0.47 349.2 0.23 0.43
Hex 87 55 5E 0 25 1E 2F 15D 17 2B
Octal 207 125 136 0 45 36 57 535 27 53
Binary 10000111 1010101 1011110 0 100101 11110 101111 101011101 10111 101011

Color Harmonies of #87555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87555E

Black with #87555E

Text Example


Text Example

White with #87555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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