#885264

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

Shades of Cannon Pink #885264

Tints of Cannon Pink #885264

Color information

#885264 (or 0x885264) is unknown color: approx Cannon Pink. HEX triplet: 88, 52 and 64. RGB value is (136,82,100). Sum of RGB (Red+Green+Blue) = 136+82+100=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885264 is #77AD9B. Grayscale: #646464. Windows color (decimal): -7843228 or 6574728. OLE color: 6574728.

HSL color Cylindrical-coordinate representation of color #885264: hue angle of 340º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885264 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13682100-
CMYK00.400.260.47
HSL340º24.77%42.75%-
HSV(B)340º39.71%53.33%-
XYZ15.4712.1913.59-
YUV100.2127.89153.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=42.77%
G=25.79%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368210000.400.260.4734024.7742.75
Hex8852640281A2F154192b
Octal21012214405032575243153
Binary100010001010010110010001010001101010111110101010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885264; }

 p { color: rgb(136,82,100); }

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

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

 a { background-color: rgb(136,82,100); }

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

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

 span { border-color: rgb(136,82,100); }

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