#85546A

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

Shades of Cannon Pink #85546A

Tints of Cannon Pink #85546A

Color information

#85546A (or 0x85546A) is unknown color: approx Cannon Pink. HEX triplet: 85, 54 and 6A. RGB value is (133,84,106). Sum of RGB (Red+Green+Blue) = 133+84+106=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85546A is #7AAB95. Grayscale: #656565. Windows color (decimal): -8039318 or 6968453. OLE color: 6968453.

HSL color Cylindrical-coordinate representation of color #85546A: hue angle of 333.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85546A is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13384106-
CMYK00.370.200.48
HSL333.06º22.58%42.55%-
HSV(B)333.06º36.84%52.16%-
XYZ15.4412.3715.21-
YUV101.16130.73150.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=41.18%
G=26.01%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338410600.370.200.48333.0622.5842.55
Hex85546A025143014d172b
Octal20512415204524605152753
Binary100001011010100110101001001011010011000010100110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,84,106); }

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

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

 a { background-color: rgb(133,84,106); }

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

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

 span { border-color: rgb(133,84,106); }

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