#855668

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

Shades of Cannon Pink #855668

Tints of Cannon Pink #855668

Color information

#855668 (or 0x855668) is unknown color: approx Cannon Pink. HEX triplet: 85, 56 and 68. RGB value is (133,86,104). Sum of RGB (Red+Green+Blue) = 133+86+104=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #855668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855668 is #7AA997. Grayscale: #666666. Windows color (decimal): -8038808 or 6837893. OLE color: 6837893.

HSL color Cylindrical-coordinate representation of color #855668: hue angle of 337.02º 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 #855668 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13386104-
CMYK00.350.220.48
HSL337.02º21.46%42.94%-
HSV(B)337.02º35.34%52.16%-
XYZ15.512.6414.72-
YUV102.1129.07150.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=41.18%
G=26.63%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338610400.350.220.48337.0221.4642.94
Hex8556680231630151152b
Octal20512615004326605212553
Binary100001011010110110100001000111011011000010101000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855668; }

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

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

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

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

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

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

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

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