#854C5F

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

Shades of Cannon Pink #854C5F

Tints of Cannon Pink #854C5F

Color information

#854C5F (or 0x854C5F) is unknown color: approx Cannon Pink. HEX triplet: 85, 4C and 5F. RGB value is (133,76,95). Sum of RGB (Red+Green+Blue) = 133+76+95=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #854C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C5F is #7AB3A0. Grayscale: #5F5F5F. Windows color (decimal): -8041377 or 6245509. OLE color: 6245509.

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

Color convert

RGB1337695-
CMYK00.430.290.48
HSL340º27.27%40.98%-
HSV(B)340º42.86%52.16%-
XYZ14.3210.9812.19-
YUV95.21127.88154.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=43.75%
G=25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133769500.430.290.4834027.2740.98
Hex854C5F02B1D301541b29
Octal20511413705335605243351
Binary100001011001100101111101010111110111000010101010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,76,95); }

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

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

 a { background-color: rgb(133,76,95); }

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

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

 span { border-color: rgb(133,76,95); }

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