#885266

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

Shades of Cannon Pink #885266

Tints of Cannon Pink #885266

Color information

#885266 (or 0x885266) is unknown color: approx Cannon Pink. HEX triplet: 88, 52 and 66. RGB value is (136,82,102). Sum of RGB (Red+Green+Blue) = 136+82+102=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #885266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885266 is #77AD99. Grayscale: #646464. Windows color (decimal): -7843226 or 6705800. OLE color: 6705800.

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

Color convert

RGB13682102-
CMYK00.400.250.47
HSL337.78º24.77%42.75%-
HSV(B)337.78º39.71%53.33%-
XYZ15.5712.2314.11-
YUV100.43128.89153.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=42.5%
G=25.62%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368210200.400.250.47337.7824.7742.75
Hex885266028192F152192b
Octal21012214605031575223153
Binary100010001010010110011001010001100110111110101001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885266; }

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

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

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

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

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

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

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

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