Html Css Color HEX #844F62 Cannon Pink

📋 copy color: '#844F62'

red 132 ◦ green 79 ◦ blue 98

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

Shades of Cannon Pink #844F62

Tints of Cannon Pink #844F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.57%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 42.72%
G = 25.57%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#844F62 (or 0x844F62) is known color: Cannon Pink. HEX triplet: 84, 4F and 62. RGB value is (132,79,98). Sum of RGB (Red+Green+Blue) = 132+79+98=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #844F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F62 is #7BB09D. Grayscale: #606060. Windows color (decimal): -8106142 or 6442884. OLE color: 6442884.

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

Color convert

RGB 132 79 98 -
CMYK 0 0.40 0.26 0.48
HSL 338.49º 0.25% 0.41% -
HSV(B) 338.49º 0.4% 0.52% -
XYZ 14.52 11.38 12.99 -
YUV 97.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 132 79 98 0 0.40 0.26 0.48 338.49 0.25 0.41
Hex 84 4F 62 0 28 1A 30 152 19 29
Octal 204 117 142 0 50 32 60 522 31 51
Binary 10000100 1001111 1100010 0 101000 11010 110000 101010010 11001 101001

Color Harmonies of #844F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F62

Black with #844F62

Text Example


Text Example

White with #844F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,79,98); }

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

background-color css

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

 a { background-color: rgb(132,79,98); }

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

border-color css

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

 span { border-color: rgb(132,79,98); }

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