Html Css Color HEX #86596C Cannon Pink

📋 copy color: '#86596C'

red 134 ◦ green 89 ◦ blue 108

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

Shades of Cannon Pink #86596C

Tints of Cannon Pink #86596C

RGB

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

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

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

R = 40.48%
G = 26.89%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86596C (or 0x86596C) is known color: Cannon Pink. HEX triplet: 86, 59 and 6C. RGB value is (134,89,108). Sum of RGB (Red+Green+Blue) = 134+89+108=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #86596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86596C is #79A693. Grayscale: #686868. Windows color (decimal): -7972500 or 7100806. OLE color: 7100806.

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

Color convert

RGB 134 89 108 -
CMYK 0 0.34 0.19 0.47
HSL 334.67º 0.2% 0.44% -
HSV(B) 334.67º 0.34% 0.53% -
XYZ 16.11 13.3 15.9 -
YUV 104.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 134 89 108 0 0.34 0.19 0.47 334.67 0.2 0.44
Hex 86 59 6C 0 22 13 2F 14F 14 2C
Octal 206 131 154 0 42 23 57 517 24 54
Binary 10000110 1011001 1101100 0 100010 10011 101111 101001111 10100 101100

Color Harmonies of #86596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86596C

Black with #86596C

Text Example


Text Example

White with #86596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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