Html Css Color HEX #86596B Cannon Pink

📋 copy color: '#86596B'

red 134 ◦ green 89 ◦ blue 107

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

Shades of Cannon Pink #86596B

Tints of Cannon Pink #86596B

RGB

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

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

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

R = 40.61%
G = 26.97%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86596B (or 0x86596B) is known color: Cannon Pink. HEX triplet: 86, 59 and 6B. RGB value is (134,89,107). Sum of RGB (Red+Green+Blue) = 134+89+107=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #86596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86596B is #79A694. Grayscale: #686868. Windows color (decimal): -7972501 or 7035270. OLE color: 7035270.

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

Color convert

RGB 134 89 107 -
CMYK 0 0.34 0.20 0.47
HSL 336º 0.2% 0.44% -
HSV(B) 336º 0.34% 0.53% -
XYZ 16.06 13.27 15.63 -
YUV 104.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 134 89 107 0 0.34 0.20 0.47 336 0.2 0.44
Hex 86 59 6B 0 22 14 2F 150 14 2C
Octal 206 131 153 0 42 24 57 520 24 54
Binary 10000110 1011001 1101011 0 100010 10100 101111 101010000 10100 101100

Color Harmonies of #86596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86596B

Black with #86596B

Text Example


Text Example

White with #86596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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