Html Css Color HEX #83596A Cannon Pink

📋 copy color: '#83596A'

red 131 ◦ green 89 ◦ blue 106

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

Shades of Cannon Pink #83596A

Tints of Cannon Pink #83596A

RGB

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

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

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

R = 40.18%
G = 27.3%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83596A (or 0x83596A) is known color: Cannon Pink. HEX triplet: 83, 59 and 6A. RGB value is (131,89,106). Sum of RGB (Red+Green+Blue) = 131+89+106=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83596A is #7CA695. Grayscale: #676767. Windows color (decimal): -8169110 or 6969731. OLE color: 6969731.

HSL color Cylindrical-coordinate representation of color #83596A: hue angle of 335.71º 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 #83596A is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 106 -
CMYK 0 0.32 0.19 0.49
HSL 335.71º 0.19% 0.43% -
HSV(B) 335.71º 0.32% 0.51% -
XYZ 15.53 13.01 15.33 -
YUV 103.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 131 89 106 0 0.32 0.19 0.49 335.71 0.19 0.43
Hex 83 59 6A 0 20 13 31 150 13 2B
Octal 203 131 152 0 40 23 61 520 23 53
Binary 10000011 1011001 1101010 0 100000 10011 110001 101010000 10011 101011

Color Harmonies of #83596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83596A

Black with #83596A

Text Example


Text Example

White with #83596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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