#85465A

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

Shades of Cannon Pink #85465A

Tints of Cannon Pink #85465A

Color information

#85465A (or 0x85465A) is unknown color: approx Cannon Pink. HEX triplet: 85, 46 and 5A. RGB value is (133,70,90). Sum of RGB (Red+Green+Blue) = 133+70+90=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85465A is #7AB9A5. Grayscale: #5B5B5B. Windows color (decimal): -8042918 or 5916293. OLE color: 5916293.

HSL color Cylindrical-coordinate representation of color #85465A: hue angle of 340.95º 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 #85465A is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1337090-
CMYK00.470.320.48
HSL340.95º31.03%39.8%-
HSV(B)340.95º47.37%52.16%-
XYZ13.7110.1110.9-
YUV91.12127.37157.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=45.39%
G=23.89%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133709000.470.320.48340.9531.0339.8
Hex85465A02F20301551f28
Octal20510613205740605253750
Binary1000010110001101011010010111110000011000010101010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85465A; }

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

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

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

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

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

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

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

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