Html Css Color HEX #844E5E Cannon Pink

📋 copy color: '#844E5E'

red 132 ◦ green 78 ◦ blue 94

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

Shades of Cannon Pink #844E5E

Tints of Cannon Pink #844E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

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

R = 43.42%
G = 25.66%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#844E5E (or 0x844E5E) is known color: Cannon Pink. HEX triplet: 84, 4E and 5E. RGB value is (132,78,94). Sum of RGB (Red+Green+Blue) = 132+78+94=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #844E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E5E is #7BB1A1. Grayscale: #5F5F5F. Windows color (decimal): -8106402 or 6180484. OLE color: 6180484.

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

Color convert

RGB 132 78 94 -
CMYK 0 0.41 0.29 0.48
HSL 342.22º 0.26% 0.41% -
HSV(B) 342.22º 0.41% 0.52% -
XYZ 14.26 11.16 11.99 -
YUV 95.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 132 78 94 0 0.41 0.29 0.48 342.22 0.26 0.41
Hex 84 4E 5E 0 29 1D 30 156 1A 29
Octal 204 116 136 0 51 35 60 526 32 51
Binary 10000100 1001110 1011110 0 101001 11101 110000 101010110 11010 101001

Color Harmonies of #844E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844E5E

Black with #844E5E

Text Example


Text Example

White with #844E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,78,94); }

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

background-color css

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

 a { background-color: rgb(132,78,94); }

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

border-color css

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

 span { border-color: rgb(132,78,94); }

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