#854A58

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

Shades of Cannon Pink #854A58

Tints of Cannon Pink #854A58

Color information

#854A58 (or 0x854A58) is unknown color: approx Cannon Pink. HEX triplet: 85, 4A and 58. RGB value is (133,74,88). Sum of RGB (Red+Green+Blue) = 133+74+88=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #854A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A58 is #7AB5A7. Grayscale: #5D5D5D. Windows color (decimal): -8041896 or 5786245. OLE color: 5786245.

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

Color convert

RGB1337488-
CMYK00.440.340.48
HSL345.76º28.5%40.59%-
HSV(B)345.76º44.36%52.16%-
XYZ13.8810.5910.54-
YUV93.24125.05156.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=45.08%
G=25.08%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133748800.440.340.48345.7628.540.59
Hex854A5802C223015a1d29
Octal20511213005442605323551
Binary1000010110010101011000010110010001011000010101101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,74,88); }

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

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

 a { background-color: rgb(133,74,88); }

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

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

 span { border-color: rgb(133,74,88); }

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