Html Css Color HEX #83586A Cannon Pink

📋 copy color: '#83586A'

red 131 ◦ green 88 ◦ blue 106

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

Shades of Cannon Pink #83586A

Tints of Cannon Pink #83586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 40.31%
G = 27.08%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83586A (or 0x83586A) is known color: Cannon Pink. HEX triplet: 83, 58 and 6A. RGB value is (131,88,106). Sum of RGB (Red+Green+Blue) = 131+88+106=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83586A is #7CA795. Grayscale: #666666. Windows color (decimal): -8169366 or 6969475. OLE color: 6969475.

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

Color convert

RGB 131 88 106 -
CMYK 0 0.33 0.19 0.49
HSL 334.88º 0.2% 0.43% -
HSV(B) 334.88º 0.33% 0.51% -
XYZ 15.45 12.85 15.3 -
YUV 102.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 131 88 106 0 0.33 0.19 0.49 334.88 0.2 0.43
Hex 83 58 6A 0 21 13 31 14F 14 2B
Octal 203 130 152 0 41 23 61 517 24 53
Binary 10000011 1011000 1101010 0 100001 10011 110001 101001111 10100 101011

Color Harmonies of #83586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83586A

Black with #83586A

Text Example


Text Example

White with #83586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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