Html Css Color HEX #87516A Cannon Pink

📋 copy color: '#87516A'

red 135 ◦ green 81 ◦ blue 106

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

Shades of Cannon Pink #87516A

Tints of Cannon Pink #87516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 41.93%
G = 25.16%
B = 32.92%

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

#87516A (or 0x87516A) is known color: Cannon Pink. HEX triplet: 87, 51 and 6A. RGB value is (135,81,106). Sum of RGB (Red+Green+Blue) = 135+81+106=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #87516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87516A is #78AE95. Grayscale: #636363. Windows color (decimal): -7909014 or 6967687. OLE color: 6967687.

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

Color convert

RGB 135 81 106 -
CMYK 0 0.40 0.21 0.47
HSL 332.22º 0.25% 0.42% -
HSV(B) 332.22º 0.4% 0.53% -
XYZ 15.54 12.08 15.15 -
YUV 100 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 135 81 106 0 0.40 0.21 0.47 332.22 0.25 0.42
Hex 87 51 6A 0 28 15 2F 14C 19 2A
Octal 207 121 152 0 50 25 57 514 31 52
Binary 10000111 1010001 1101010 0 101000 10101 101111 101001100 11001 101010

Color Harmonies of #87516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87516A

Black with #87516A

Text Example


Text Example

White with #87516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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