Html Css Color HEX #83505F Cannon Pink

📋 copy color: '#83505F'

red 131 ◦ green 80 ◦ blue 95

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

Shades of Cannon Pink #83505F

Tints of Cannon Pink #83505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 42.81%
G = 26.14%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83505F (or 0x83505F) is known color: Cannon Pink. HEX triplet: 83, 50 and 5F. RGB value is (131,80,95). Sum of RGB (Red+Green+Blue) = 131+80+95=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83505F is #7CAFA0. Grayscale: #606060. Windows color (decimal): -8171425 or 6246531. OLE color: 6246531.

HSL color Cylindrical-coordinate representation of color #83505F: hue angle of 342.35º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83505F is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 95 -
CMYK 0 0.39 0.27 0.49
HSL 342.35º 0.24% 0.41% -
HSV(B) 342.35º 0.39% 0.51% -
XYZ 14.29 11.39 12.27 -
YUV 96.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 131 80 95 0 0.39 0.27 0.49 342.35 0.24 0.41
Hex 83 50 5F 0 27 1B 31 156 18 29
Octal 203 120 137 0 47 33 61 526 30 51
Binary 10000011 1010000 1011111 0 100111 11011 110001 101010110 11000 101001

Color Harmonies of #83505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83505F

Black with #83505F

Text Example


Text Example

White with #83505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83505F; }

 p { color: rgb(131,80,95); }

 H1.HeaderClassName
 {
   color: #83505F;
 }
 .AnyTagClassName
 {
   color: #83505F;
 }
</style>

background-color css

<style>
 a { background-color: #83505F; }

 a { background-color: rgb(131,80,95); }

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

border-color css

<style>
 span { border-color: #83505F; }

 span { border-color: rgb(131,80,95); }

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