#855A63

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

Shades of Cannon Pink #855A63

Tints of Cannon Pink #855A63

Color information

#855A63 (or 0x855A63) is unknown color: approx Cannon Pink. HEX triplet: 85, 5A and 63. RGB value is (133,90,99). Sum of RGB (Red+Green+Blue) = 133+90+99=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A63 is #7AA59C. Grayscale: #676767. Windows color (decimal): -8037789 or 6511237. OLE color: 6511237.

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

Color convert

RGB1339099-
CMYK00.320.260.48
HSL347.44º19.28%43.73%-
HSV(B)347.44º32.33%52.16%-
XYZ15.5813.213.53-
YUV103.88125.25148.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=41.30%
G=27.95%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133909900.320.260.48347.4419.2843.73
Hex855A630201A3015b132c
Octal20513214304032605332354
Binary100001011011010110001101000001101011000010101101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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