Html Css Color HEX #87516B Cannon Pink

📋 copy color: '#87516B'

red 135 ◦ green 81 ◦ blue 107

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

Shades of Cannon Pink #87516B

Tints of Cannon Pink #87516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 41.8%
G = 25.08%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87516B (or 0x87516B) is known color: Cannon Pink. HEX triplet: 87, 51 and 6B. RGB value is (135,81,107). Sum of RGB (Red+Green+Blue) = 135+81+107=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87516B is #78AE94. Grayscale: #646464. Windows color (decimal): -7909013 or 7033223. OLE color: 7033223.

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

Color convert

RGB 135 81 107 -
CMYK 0 0.40 0.21 0.47
HSL 331.11º 0.25% 0.42% -
HSV(B) 331.11º 0.4% 0.53% -
XYZ 15.59 12.1 15.42 -
YUV 100.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 135 81 107 0 0.40 0.21 0.47 331.11 0.25 0.42
Hex 87 51 6B 0 28 15 2F 14B 19 2A
Octal 207 121 153 0 50 25 57 513 31 52
Binary 10000111 1010001 1101011 0 101000 10101 101111 101001011 11001 101010

Color Harmonies of #87516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87516B

Black with #87516B

Text Example


Text Example

White with #87516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87516B; }

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

 H1.HeaderClassName
 {
   color: #87516B;
 }
 .AnyTagClassName
 {
   color: #87516B;
 }
</style>

background-color css

<style>
 a { background-color: #87516B; }

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

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

border-color css

<style>
 span { border-color: #87516B; }

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

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