#854659

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

Shades of Cannon Pink #854659

Tints of Cannon Pink #854659

Color information

#854659 (or 0x854659) is unknown color: approx Cannon Pink. HEX triplet: 85, 46 and 59. RGB value is (133,70,89). Sum of RGB (Red+Green+Blue) = 133+70+89=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #854659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854659 is #7AB9A6. Grayscale: #5A5A5A. Windows color (decimal): -8042919 or 5850757. OLE color: 5850757.

HSL color Cylindrical-coordinate representation of color #854659: hue angle of 341.9º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854659 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1337089-
CMYK00.470.330.48
HSL341.9º31.03%39.8%-
HSV(B)341.9º47.37%52.16%-
XYZ13.6710.0910.68-
YUV91126.87157.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=45.55%
G=23.97%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133708900.470.330.48341.931.0339.8
Hex85465902F21301561f28
Octal20510613105741605263750
Binary1000010110001101011001010111110000111000010101011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854659; }

 p { color: rgb(133,70,89); }

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

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

 a { background-color: rgb(133,70,89); }

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

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

 span { border-color: rgb(133,70,89); }

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