#855260

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

Shades of Cannon Pink #855260

Tints of Cannon Pink #855260

Color information

#855260 (or 0x855260) is unknown color: approx Cannon Pink. HEX triplet: 85, 52 and 60. RGB value is (133,82,96). Sum of RGB (Red+Green+Blue) = 133+82+96=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #855260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855260 is #7AAD9F. Grayscale: #626262. Windows color (decimal): -8039840 or 6312581. OLE color: 6312581.

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

Color convert

RGB1338296-
CMYK00.380.280.48
HSL343.53º23.72%42.16%-
HSV(B)343.53º38.35%52.16%-
XYZ14.811.8712.58-
YUV98.84126.4152.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=42.77%
G=26.37%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133829600.380.280.48343.5323.7242.16
Hex8552600261C30158182a
Octal20512214004634605303052
Binary100001011010010110000001001101110011000010101100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855260; }

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

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

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

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

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

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

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

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