Html Css Color HEX #83555F Cannon Pink

📋 copy color: '#83555F'

red 131 ◦ green 85 ◦ blue 95

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

Shades of Cannon Pink #83555F

Tints of Cannon Pink #83555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 42.12%
G = 27.33%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83555F (or 0x83555F) is known color: Cannon Pink. HEX triplet: 83, 55 and 5F. RGB value is (131,85,95). Sum of RGB (Red+Green+Blue) = 131+85+95=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #83555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83555F is #7CAAA0. Grayscale: #636363. Windows color (decimal): -8170145 or 6247811. OLE color: 6247811.

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

Color convert

RGB 131 85 95 -
CMYK 0 0.35 0.27 0.49
HSL 346.96º 0.21% 0.42% -
HSV(B) 346.96º 0.35% 0.51% -
XYZ 14.67 12.15 12.4 -
YUV 99.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 131 85 95 0 0.35 0.27 0.49 346.96 0.21 0.42
Hex 83 55 5F 0 23 1B 31 15B 15 2A
Octal 203 125 137 0 43 33 61 533 25 52
Binary 10000011 1010101 1011111 0 100011 11011 110001 101011011 10101 101010

Color Harmonies of #83555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83555F

Black with #83555F

Text Example


Text Example

White with #83555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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