#855660

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

Shades of Cannon Pink #855660

Tints of Cannon Pink #855660

Color information

#855660 (or 0x855660) is unknown color: approx Cannon Pink. HEX triplet: 85, 56 and 60. RGB value is (133,86,96). Sum of RGB (Red+Green+Blue) = 133+86+96=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855660 is #7AA99F. Grayscale: #656565. Windows color (decimal): -8038816 or 6313605. OLE color: 6313605.

HSL color Cylindrical-coordinate representation of color #855660: hue angle of 347.23º 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 #855660 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1338696-
CMYK00.350.280.48
HSL347.23º21.46%42.94%-
HSV(B)347.23º35.34%52.16%-
XYZ15.1112.4912.68-
YUV101.19125.07150.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=42.22%
G=27.30%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133869600.350.280.48347.2321.4642.94
Hex8556600231C3015b152b
Octal20512614004334605332553
Binary100001011010110110000001000111110011000010101101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855660; }

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

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

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

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

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

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

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

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