#855960

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

Shades of Cannon Pink #855960

Tints of Cannon Pink #855960

Color information

#855960 (or 0x855960) is unknown color: approx Cannon Pink. HEX triplet: 85, 59 and 60. RGB value is (133,89,96). Sum of RGB (Red+Green+Blue) = 133+89+96=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855960 is #7AA69F. Grayscale: #666666. Windows color (decimal): -8038048 or 6314373. OLE color: 6314373.

HSL color Cylindrical-coordinate representation of color #855960: hue angle of 350.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855960 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1338996-
CMYK00.330.280.48
HSL350.45º19.82%43.53%-
HSV(B)350.45º33.08%52.16%-
XYZ15.3612.9812.76-
YUV102.95124.08149.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=41.82%
G=27.99%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133899600.330.280.48350.4519.8243.53
Hex8559600211C3015e142c
Octal20513114004134605362454
Binary100001011011001110000001000011110011000010101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855960; }

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

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

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

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

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

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

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

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