Html Css Color HEX #83555E Cannon Pink

📋 copy color: '#83555E'

red 131 ◦ green 85 ◦ blue 94

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

Shades of Cannon Pink #83555E

Tints of Cannon Pink #83555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 42.26%
G = 27.42%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83555E (or 0x83555E) is known color: Cannon Pink. HEX triplet: 83, 55 and 5E. RGB value is (131,85,94). Sum of RGB (Red+Green+Blue) = 131+85+94=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83555E is #7CAAA1. Grayscale: #636363. Windows color (decimal): -8170146 or 6182275. OLE color: 6182275.

HSL color Cylindrical-coordinate representation of color #83555E: hue angle of 348.26º 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 #83555E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 94 -
CMYK 0 0.35 0.28 0.49
HSL 348.26º 0.21% 0.42% -
HSV(B) 348.26º 0.35% 0.51% -
XYZ 14.63 12.13 12.16 -
YUV 99.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 131 85 94 0 0.35 0.28 0.49 348.26 0.21 0.42
Hex 83 55 5E 0 23 1C 31 15C 15 2A
Octal 203 125 136 0 43 34 61 534 25 52
Binary 10000011 1010101 1011110 0 100011 11100 110001 101011100 10101 101010

Color Harmonies of #83555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83555E

Black with #83555E

Text Example


Text Example

White with #83555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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