Html Css Color HEX #83596B Cannon Pink

📋 copy color: '#83596B'

red 131 ◦ green 89 ◦ blue 107

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

Shades of Cannon Pink #83596B

Tints of Cannon Pink #83596B

RGB

 RED value IS 131 (51.56% from 255) = 40.06%

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

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

R = 40.06%
G = 27.22%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83596B (or 0x83596B) is known color: Cannon Pink. HEX triplet: 83, 59 and 6B. RGB value is (131,89,107). Sum of RGB (Red+Green+Blue) = 131+89+107=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #83596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83596B is #7CA694. Grayscale: #676767. Windows color (decimal): -8169109 or 7035267. OLE color: 7035267.

HSL color Cylindrical-coordinate representation of color #83596B: hue angle of 334.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83596B is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 107 -
CMYK 0 0.32 0.18 0.49
HSL 334.29º 0.19% 0.43% -
HSV(B) 334.29º 0.32% 0.51% -
XYZ 15.59 13.03 15.6 -
YUV 103.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 131 89 107 0 0.32 0.18 0.49 334.29 0.19 0.43
Hex 83 59 6B 0 20 12 31 14E 13 2B
Octal 203 131 153 0 40 22 61 516 23 53
Binary 10000011 1011001 1101011 0 100000 10010 110001 101001110 10011 101011

Color Harmonies of #83596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83596B

Black with #83596B

Text Example


Text Example

White with #83596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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