Html Css Color HEX #87565E Cannon Pink

📋 copy color: '#87565E'

red 135 ◦ green 86 ◦ blue 94

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

Shades of Cannon Pink #87565E

Tints of Cannon Pink #87565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

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

R = 42.86%
G = 27.3%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87565E (or 0x87565E) is known color: Cannon Pink. HEX triplet: 87, 56 and 5E. RGB value is (135,86,94). Sum of RGB (Red+Green+Blue) = 135+86+94=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87565E is #78A9A1. Grayscale: #656565. Windows color (decimal): -7907746 or 6182535. OLE color: 6182535.

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

Color convert

RGB 135 86 94 -
CMYK 0 0.36 0.30 0.47
HSL 350.2º 0.22% 0.43% -
HSV(B) 350.2º 0.36% 0.53% -
XYZ 15.34 12.61 12.22 -
YUV 101.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 135 86 94 0 0.36 0.30 0.47 350.2 0.22 0.43
Hex 87 56 5E 0 24 1E 2F 15E 16 2B
Octal 207 126 136 0 44 36 57 536 26 53
Binary 10000111 1010110 1011110 0 100100 11110 101111 101011110 10110 101011

Color Harmonies of #87565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87565E

Black with #87565E

Text Example


Text Example

White with #87565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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