#83565C

Color #83565C Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #83565C

Tints of Cannon Pink #83565C

Color information

#83565C (or 0x83565C) is unknown color: approx 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

RGB1318692-
CMYK00.340.300.49
HSL352º20.74%42.55%-
HSV(B)352º34.35%51.37%-
XYZ14.6212.2511.72-
YUV100.14123.41150.01-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131869200.340.300.4935220.7442.55
Hex83565C0221E31160152b
Octal20312613404236615402553
Binary100000111010110101110001000101111011000110110000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>