Html Css Color HEX #844D5C Cannon Pink

📋 copy color: '#844D5C'

red 132 ◦ green 77 ◦ blue 92

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

Shades of Cannon Pink #844D5C

Tints of Cannon Pink #844D5C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

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

R = 43.85%
G = 25.58%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#844D5C (or 0x844D5C) is known color: Cannon Pink. HEX triplet: 84, 4D and 5C. RGB value is (132,77,92). Sum of RGB (Red+Green+Blue) = 132+77+92=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #844D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D5C is #7BB2A3. Grayscale: #5F5F5F. Windows color (decimal): -8106660 or 6049156. OLE color: 6049156.

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

Color convert

RGB 132 77 92 -
CMYK 0 0.42 0.30 0.48
HSL 343.64º 0.26% 0.41% -
HSV(B) 343.64º 0.42% 0.52% -
XYZ 14.1 10.99 11.5 -
YUV 95.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 132 77 92 0 0.42 0.30 0.48 343.64 0.26 0.41
Hex 84 4D 5C 0 2A 1E 30 158 1A 29
Octal 204 115 134 0 52 36 60 530 32 51
Binary 10000100 1001101 1011100 0 101010 11110 110000 101011000 11010 101001

Color Harmonies of #844D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D5C

Black with #844D5C

Text Example


Text Example

White with #844D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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