#854E63

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

Shades of Cannon Pink #854E63

Tints of Cannon Pink #854E63

Color information

#854E63 (or 0x854E63) is unknown color: approx Cannon Pink. HEX triplet: 85, 4E and 63. RGB value is (133,78,99). Sum of RGB (Red+Green+Blue) = 133+78+99=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #854E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E63 is #7AB19C. Grayscale: #606060. Windows color (decimal): -8040861 or 6508165. OLE color: 6508165.

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

Color convert

RGB1337899-
CMYK00.410.260.48
HSL337.09º26.07%41.37%-
HSV(B)337.09º41.35%52.16%-
XYZ14.6511.3413.22-
YUV96.84129.22153.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=42.90%
G=25.16%
B=31.94%

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
Decimal133789900.410.260.48337.0926.0741.37
Hex854E630291A301511a29
Octal20511614305132605213251
Binary100001011001110110001101010011101011000010101000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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