#855A60

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

Shades of Cannon Pink #855A60

Tints of Cannon Pink #855A60

Color information

#855A60 (or 0x855A60) is unknown color: approx Cannon Pink. HEX triplet: 85, 5A and 60. RGB value is (133,90,96). Sum of RGB (Red+Green+Blue) = 133+90+96=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #855A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A60 is #7AA59F. Grayscale: #676767. Windows color (decimal): -8037792 or 6314629. OLE color: 6314629.

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

Color convert

RGB1339096-
CMYK00.320.280.48
HSL351.63º19.28%43.73%-
HSV(B)351.63º32.33%52.16%-
XYZ15.4413.1412.79-
YUV103.54123.75149.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=41.69%
G=28.21%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133909600.320.280.48351.6319.2843.73
Hex855A600201C30160132c
Octal20513214004034605402354
Binary100001011011010110000001000001110011000010110000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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