#85505F

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

Shades of Cannon Pink #85505F

Tints of Cannon Pink #85505F

Color information

#85505F (or 0x85505F) is unknown color: approx Cannon Pink. HEX triplet: 85, 50 and 5F. RGB value is (133,80,95). Sum of RGB (Red+Green+Blue) = 133+80+95=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85505F is #7AAFA0. Grayscale: #616161. Windows color (decimal): -8040353 or 6246533. OLE color: 6246533.

HSL color Cylindrical-coordinate representation of color #85505F: hue angle of 343.02º 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 #85505F is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1338095-
CMYK00.400.290.48
HSL343.02º24.88%41.76%-
HSV(B)343.02º39.85%52.16%-
XYZ14.6111.5512.29-
YUV97.56126.56153.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=43.18%
G=25.97%
B=30.84%

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
Decimal133809500.400.290.48343.0224.8841.76
Hex85505F0281D30157192a
Octal20512013705035605273152
Binary100001011010000101111101010001110111000010101011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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