Html Css Color HEX #844A5C Cannon Pink

📋 copy color: '#844A5C'

red 132 ◦ green 74 ◦ blue 92

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

Shades of Cannon Pink #844A5C

Tints of Cannon Pink #844A5C

RGB

 RED value IS 132 (51.95% from 255) = 44.3%

 GREEN value IS 74 (29.3% from 255) = 24.83%

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

R = 44.3%
G = 24.83%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#844A5C (or 0x844A5C) is known color: Cannon Pink. HEX triplet: 84, 4A and 5C. RGB value is (132,74,92). Sum of RGB (Red+Green+Blue) = 132+74+92=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #844A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A5C is #7BB5A3. Grayscale: #5D5D5D. Windows color (decimal): -8107428 or 6048388. OLE color: 6048388.

HSL color Cylindrical-coordinate representation of color #844A5C: hue angle of 341.38º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844A5C is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 74 92 -
CMYK 0 0.44 0.30 0.48
HSL 341.38º 0.28% 0.4% -
HSV(B) 341.38º 0.44% 0.52% -
XYZ 13.9 10.58 11.43 -
YUV 93.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 132 74 92 0 0.44 0.30 0.48 341.38 0.28 0.4
Hex 84 4A 5C 0 2C 1E 30 155 1C 28
Octal 204 112 134 0 54 36 60 525 34 50
Binary 10000100 1001010 1011100 0 101100 11110 110000 101010101 11100 101000

Color Harmonies of #844A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A5C

Black with #844A5C

Text Example


Text Example

White with #844A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844A5C; }

 p { color: rgb(132,74,92); }

 H1.HeaderClassName
 {
   color: #844A5C;
 }
 .AnyTagClassName
 {
   color: #844A5C;
 }
</style>

background-color css

<style>
 a { background-color: #844A5C; }

 a { background-color: rgb(132,74,92); }

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

border-color css

<style>
 span { border-color: #844A5C; }

 span { border-color: rgb(132,74,92); }

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