Html Css Color HEX #83565C Cannon Pink

📋 copy color: '#83565C'

red 131 ◦ green 86 ◦ blue 92

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

Shades of Cannon Pink #83565C

Tints of Cannon Pink #83565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 42.39%
G = 27.83%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83565C (or 0x83565C) is known color: Cannon Pink. HEX triplet: 83, 56 and 5C. RGB value is (131,86,92). Sum of RGB (Red+Green+Blue) = 131+86+92=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #83565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83565C is #7CA9A3. Grayscale: #646464. Windows color (decimal): -8169892 or 6051459. OLE color: 6051459.

HSL color Cylindrical-coordinate representation of color #83565C: hue angle of 352º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83565C is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 86 92 -
CMYK 0 0.34 0.30 0.49
HSL 352º 0.21% 0.43% -
HSV(B) 352º 0.34% 0.51% -
XYZ 14.62 12.25 11.72 -
YUV 100.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 131 86 92 0 0.34 0.30 0.49 352 0.21 0.43
Hex 83 56 5C 0 22 1E 31 160 15 2B
Octal 203 126 134 0 42 36 61 540 25 53
Binary 10000011 1010110 1011100 0 100010 11110 110001 101100000 10101 101011

Color Harmonies of #83565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83565C

Black with #83565C

Text Example


Text Example

White with #83565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83565C; }

 p { color: rgb(131,86,92); }

 H1.HeaderClassName
 {
   color: #83565C;
 }
 .AnyTagClassName
 {
   color: #83565C;
 }
</style>

background-color css

<style>
 a { background-color: #83565C; }

 a { background-color: rgb(131,86,92); }

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

border-color css

<style>
 span { border-color: #83565C; }

 span { border-color: rgb(131,86,92); }

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