#85565F

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

Shades of Cannon Pink #85565F

Tints of Cannon Pink #85565F

Color information

#85565F (or 0x85565F) is unknown color: approx Cannon Pink. HEX triplet: 85, 56 and 5F. RGB value is (133,86,95). Sum of RGB (Red+Green+Blue) = 133+86+95=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85565F is #7AA9A0. Grayscale: #656565. Windows color (decimal): -8038817 or 6248069. OLE color: 6248069.

HSL color Cylindrical-coordinate representation of color #85565F: hue angle of 348.51º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85565F is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1338695-
CMYK00.350.290.48
HSL348.51º21.46%42.94%-
HSV(B)348.51º35.34%52.16%-
XYZ15.0712.4712.44-
YUV101.08124.57150.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=42.36%
G=27.39%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133869500.350.290.48348.5121.4642.94
Hex85565F0231D3015d152b
Octal20512613704335605352553
Binary100001011010110101111101000111110111000010101110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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