#844E62

Color #844E62 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #844E62

Tints of Cannon Pink #844E62

Color information

#844E62 (or 0x844E62) is unknown color: approx Cannon Pink. HEX triplet: 84, 4E and 62. RGB value is (132,78,98). Sum of RGB (Red+Green+Blue) = 132+78+98=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #844E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E62 is #7BB19D. Grayscale: #606060. Windows color (decimal): -8106398 or 6442628. OLE color: 6442628.

HSL color Cylindrical-coordinate representation of color #844E62: hue angle of 337.78º 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 #844E62 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1327898-
CMYK00.410.260.48
HSL337.78º25.71%41.18%-
HSV(B)337.78º40.91%51.76%-
XYZ14.4411.2412.96-
YUV96.43128.89153.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=42.86%
G=25.32%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132789800.410.260.48337.7825.7141.18
Hex844E620291A301521a29
Octal20411614205132605223251
Binary100001001001110110001001010011101011000010101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #844E62;
 }
 .AnyTagClassName
 {
   color: #844E62;
 }
</style>
background-color css

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

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

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

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

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

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