Html Css Color HEX #83555C Cannon Pink

📋 copy color: '#83555C'

red 131 ◦ green 85 ◦ blue 92

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

Shades of Cannon Pink #83555C

Tints of Cannon Pink #83555C

RGB

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

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

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

R = 42.53%
G = 27.6%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83555C (or 0x83555C) is known color: Cannon Pink. HEX triplet: 83, 55 and 5C. RGB value is (131,85,92). Sum of RGB (Red+Green+Blue) = 131+85+92=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #83555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83555C is #7CAAA3. Grayscale: #636363. Windows color (decimal): -8170148 or 6051203. OLE color: 6051203.

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

Color convert

RGB 131 85 92 -
CMYK 0 0.35 0.30 0.49
HSL 350.87º 0.21% 0.42% -
HSV(B) 350.87º 0.35% 0.51% -
XYZ 14.54 12.1 11.69 -
YUV 99.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 131 85 92 0 0.35 0.30 0.49 350.87 0.21 0.42
Hex 83 55 5C 0 23 1E 31 15F 15 2A
Octal 203 125 134 0 43 36 61 537 25 52
Binary 10000011 1010101 1011100 0 100011 11110 110001 101011111 10101 101010

Color Harmonies of #83555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83555C

Black with #83555C

Text Example


Text Example

White with #83555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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