#85505E

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

Shades of Cannon Pink #85505E

Tints of Cannon Pink #85505E

Color information

#85505E (or 0x85505E) is unknown color: approx Cannon Pink. HEX triplet: 85, 50 and 5E. RGB value is (133,80,94). Sum of RGB (Red+Green+Blue) = 133+80+94=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85505E is #7AAFA1. Grayscale: #616161. Windows color (decimal): -8040354 or 6180997. OLE color: 6180997.

HSL color Cylindrical-coordinate representation of color #85505E: hue angle of 344.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85505E is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1338094-
CMYK00.400.290.48
HSL344.15º24.88%41.76%-
HSV(B)344.15º39.85%52.16%-
XYZ14.5611.5312.05-
YUV97.44126.06153.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=43.32%
G=26.06%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133809400.400.290.48344.1524.8841.76
Hex85505E0281D30158192a
Octal20512013605035605303152
Binary100001011010000101111001010001110111000010101100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85505E; }

 p { color: rgb(133,80,94); }

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

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

 a { background-color: rgb(133,80,94); }

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

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

 span { border-color: rgb(133,80,94); }

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