#855A64

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

Shades of Cannon Pink #855A64

Tints of Cannon Pink #855A64

Color information

#855A64 (or 0x855A64) is unknown color: approx Cannon Pink. HEX triplet: 85, 5A and 64. RGB value is (133,90,100). Sum of RGB (Red+Green+Blue) = 133+90+100=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #855A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A64 is #7AA59B. Grayscale: #686868. Windows color (decimal): -8037788 or 6576773. OLE color: 6576773.

HSL color Cylindrical-coordinate representation of color #855A64: hue angle of 346.05º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A64 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13390100-
CMYK00.320.250.48
HSL346.05º19.28%43.73%-
HSV(B)346.05º32.33%52.16%-
XYZ15.6313.2213.78-
YUV104125.75148.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=41.18%
G=27.86%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339010000.320.250.48346.0519.2843.73
Hex855A64020193015a132c
Octal20513214404031605322354
Binary100001011011010110010001000001100111000010101101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855A64; }

 p { color: rgb(133,90,100); }

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

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

 a { background-color: rgb(133,90,100); }

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

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

 span { border-color: rgb(133,90,100); }

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