#854D5C

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

Shades of Cannon Pink #854D5C

Tints of Cannon Pink #854D5C

Color information

#854D5C (or 0x854D5C) is unknown color: approx Cannon Pink. HEX triplet: 85, 4D and 5C. RGB value is (133,77,92). Sum of RGB (Red+Green+Blue) = 133+77+92=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #854D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D5C is #7AB2A3. Grayscale: #5F5F5F. Windows color (decimal): -8041124 or 6049157. OLE color: 6049157.

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

Color convert

RGB1337792-
CMYK00.420.310.48
HSL343.93º26.67%41.18%-
HSV(B)343.93º42.11%52.16%-
XYZ14.2611.0711.51-
YUV95.45126.05154.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=44.04%
G=25.50%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133779200.420.310.48343.9326.6741.18
Hex854D5C02A1F301581b29
Octal20511513405237605303351
Binary100001011001101101110001010101111111000010101100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,92); }

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

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

 a { background-color: rgb(133,77,92); }

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

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

 span { border-color: rgb(133,77,92); }

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