Html Css Color HEX #87516C Cannon Pink

📋 copy color: '#87516C'

red 135 ◦ green 81 ◦ blue 108

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

Shades of Cannon Pink #87516C

Tints of Cannon Pink #87516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 41.67%
G = 25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87516C (or 0x87516C) is known color: Cannon Pink. HEX triplet: 87, 51 and 6C. RGB value is (135,81,108). Sum of RGB (Red+Green+Blue) = 135+81+108=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87516C is #78AE93. Grayscale: #646464. Windows color (decimal): -7909012 or 7098759. OLE color: 7098759.

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

Color convert

RGB 135 81 108 -
CMYK 0 0.40 0.2 0.47
HSL 330º 0.25% 0.42% -
HSV(B) 330º 0.4% 0.53% -
XYZ 15.64 12.12 15.7 -
YUV 100.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 135 81 108 0 0.40 0.2 0.47 330 0.25 0.42
Hex 87 51 6C 0 28 14 2F 14A 19 2A
Octal 207 121 154 0 50 24 57 512 31 52
Binary 10000111 1010001 1101100 0 101000 10100 101111 101001010 11001 101010

Color Harmonies of #87516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87516C

Black with #87516C

Text Example


Text Example

White with #87516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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