#855664

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

Shades of Cannon Pink #855664

Tints of Cannon Pink #855664

Color information

#855664 (or 0x855664) is unknown color: approx Cannon Pink. HEX triplet: 85, 56 and 64. RGB value is (133,86,100). Sum of RGB (Red+Green+Blue) = 133+86+100=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #855664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855664 is #7AA99B. Grayscale: #656565. Windows color (decimal): -8038812 or 6575749. OLE color: 6575749.

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

Color convert

RGB13386100-
CMYK00.350.250.48
HSL342.13º21.46%42.94%-
HSV(B)342.13º35.34%52.16%-
XYZ15.312.5613.67-
YUV101.65127.07150.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=41.69%
G=26.96%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338610000.350.250.48342.1321.4642.94
Hex8556640231930156152b
Octal20512614404331605262553
Binary100001011010110110010001000111100111000010101011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855664; }

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

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

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

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

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

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

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

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