#855665

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

Shades of Cannon Pink #855665

Tints of Cannon Pink #855665

Color information

#855665 (or 0x855665) is unknown color: approx Cannon Pink. HEX triplet: 85, 56 and 65. RGB value is (133,86,101). Sum of RGB (Red+Green+Blue) = 133+86+101=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855665 is #7AA99A. Grayscale: #656565. Windows color (decimal): -8038811 or 6641285. OLE color: 6641285.

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

Color convert

RGB13386101-
CMYK00.350.240.48
HSL340.85º21.46%42.94%-
HSV(B)340.85º35.34%52.16%-
XYZ15.3512.5813.93-
YUV101.76127.57150.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=41.56%
G=26.88%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338610100.350.240.48340.8521.4642.94
Hex8556650231830155152b
Octal20512614504330605252553
Binary100001011010110110010101000111100011000010101010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855665; }

 p { color: rgb(133,86,101); }

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

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

 a { background-color: rgb(133,86,101); }

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

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

 span { border-color: rgb(133,86,101); }

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