#85495A

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

Shades of Cannon Pink #85495A

Tints of Cannon Pink #85495A

Color information

#85495A (or 0x85495A) is unknown color: approx Cannon Pink. HEX triplet: 85, 49 and 5A. RGB value is (133,73,90). Sum of RGB (Red+Green+Blue) = 133+73+90=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85495A is #7AB6A5. Grayscale: #5C5C5C. Windows color (decimal): -8042150 or 5917061. OLE color: 5917061.

HSL color Cylindrical-coordinate representation of color #85495A: hue angle of 343º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85495A is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1337390-
CMYK00.450.320.48
HSL343º29.13%40.39%-
HSV(B)343º45.11%52.16%-
XYZ13.910.4910.96-
YUV92.88126.38156.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=44.93%
G=24.66%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133739000.450.320.4834329.1340.39
Hex85495A02D20301571d28
Octal20511113205540605273550
Binary1000010110010011011010010110110000011000010101011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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