Html Css Color HEX #87555F Cannon Pink

📋 copy color: '#87555F'

red 135 ◦ green 85 ◦ blue 95

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

Shades of Cannon Pink #87555F

Tints of Cannon Pink #87555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 42.86%
G = 26.98%
B = 30.16%

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

#87555F (or 0x87555F) is known color: Cannon Pink. HEX triplet: 87, 55 and 5F. RGB value is (135,85,95). Sum of RGB (Red+Green+Blue) = 135+85+95=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87555F is #78AAA0. Grayscale: #656565. Windows color (decimal): -7908001 or 6247815. OLE color: 6247815.

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

Color convert

RGB 135 85 95 -
CMYK 0 0.37 0.30 0.47
HSL 348º 0.23% 0.43% -
HSV(B) 348º 0.37% 0.53% -
XYZ 15.31 12.47 12.43 -
YUV 101.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 135 85 95 0 0.37 0.30 0.47 348 0.23 0.43
Hex 87 55 5F 0 25 1E 2F 15C 17 2B
Octal 207 125 137 0 45 36 57 534 27 53
Binary 10000111 1010101 1011111 0 100101 11110 101111 101011100 10111 101011

Color Harmonies of #87555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87555F

Black with #87555F

Text Example


Text Example

White with #87555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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