Html Css Color HEX #86596E Cannon Pink

📋 copy color: '#86596E'

red 134 ◦ green 89 ◦ blue 110

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

Shades of Cannon Pink #86596E

Tints of Cannon Pink #86596E

RGB

 RED value IS 134 (52.73% from 255) = 40.24%

 GREEN value IS 89 (35.16% from 255) = 26.73%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 40.24%
G = 26.73%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86596E (or 0x86596E) is known color: Cannon Pink. HEX triplet: 86, 59 and 6E. RGB value is (134,89,110). Sum of RGB (Red+Green+Blue) = 134+89+110=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #86596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86596E is #79A691. Grayscale: #686868. Windows color (decimal): -7972498 or 7231878. OLE color: 7231878.

HSL color Cylindrical-coordinate representation of color #86596E: hue angle of 332º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86596E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 110 -
CMYK 0 0.34 0.18 0.47
HSL 332º 0.2% 0.44% -
HSV(B) 332º 0.34% 0.53% -
XYZ 16.22 13.34 16.47 -
YUV 104.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 134 89 110 0 0.34 0.18 0.47 332 0.2 0.44
Hex 86 59 6E 0 22 12 2F 14C 14 2C
Octal 206 131 156 0 42 22 57 514 24 54
Binary 10000110 1011001 1101110 0 100010 10010 101111 101001100 10100 101100

Color Harmonies of #86596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86596E

Black with #86596E

Text Example


Text Example

White with #86596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,89,110); }

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

background-color css

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

 a { background-color: rgb(134,89,110); }

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

border-color css

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

 span { border-color: rgb(134,89,110); }

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