#854E61

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

Shades of Cannon Pink #854E61

Tints of Cannon Pink #854E61

Color information

#854E61 (or 0x854E61) is unknown color: approx Cannon Pink. HEX triplet: 85, 4E and 61. RGB value is (133,78,97). Sum of RGB (Red+Green+Blue) = 133+78+97=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #854E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E61 is #7AB19E. Grayscale: #606060. Windows color (decimal): -8040863 or 6377093. OLE color: 6377093.

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

Color convert

RGB1337897-
CMYK00.410.270.48
HSL339.27º26.07%41.37%-
HSV(B)339.27º41.35%52.16%-
XYZ14.5511.312.72-
YUV96.61128.22153.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=43.18%
G=25.32%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133789700.410.270.48339.2726.0741.37
Hex854E610291B301531a29
Octal20511614105133605233251
Binary100001011001110110000101010011101111000010101001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854E61; }

 p { color: rgb(133,78,97); }

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

<style>
 a { background-color: #854E61; }

 a { background-color: rgb(133,78,97); }

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

<style>
 span { border-color: #854E61; }

 span { border-color: rgb(133,78,97); }

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