Html Css Color HEX #83586B Cannon Pink

📋 copy color: '#83586B'

red 131 ◦ green 88 ◦ blue 107

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

Shades of Cannon Pink #83586B

Tints of Cannon Pink #83586B

RGB

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

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

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

R = 40.18%
G = 26.99%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83586B (or 0x83586B) is known color: Cannon Pink. HEX triplet: 83, 58 and 6B. RGB value is (131,88,107). Sum of RGB (Red+Green+Blue) = 131+88+107=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83586B is #7CA794. Grayscale: #666666. Windows color (decimal): -8169365 or 7035011. OLE color: 7035011.

HSL color Cylindrical-coordinate representation of color #83586B: hue angle of 333.49º 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 #83586B is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 88 107 -
CMYK 0 0.33 0.18 0.49
HSL 333.49º 0.2% 0.43% -
HSV(B) 333.49º 0.33% 0.51% -
XYZ 15.5 12.87 15.58 -
YUV 103.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 131 88 107 0 0.33 0.18 0.49 333.49 0.2 0.43
Hex 83 58 6B 0 21 12 31 14D 14 2B
Octal 203 130 153 0 41 22 61 515 24 53
Binary 10000011 1011000 1101011 0 100001 10010 110001 101001101 10100 101011

Color Harmonies of #83586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83586B

Black with #83586B

Text Example


Text Example

White with #83586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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