#885665

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

Shades of Cannon Pink #885665

Tints of Cannon Pink #885665

Color information

#885665 (or 0x885665) is unknown color: approx Cannon Pink. HEX triplet: 88, 56 and 65. RGB value is (136,86,101). Sum of RGB (Red+Green+Blue) = 136+86+101=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #885665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885665 is #77A99A. Grayscale: #666666. Windows color (decimal): -7842203 or 6641288. OLE color: 6641288.

HSL color Cylindrical-coordinate representation of color #885665: hue angle of 342º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885665 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13686101-
CMYK00.370.260.47
HSL342º22.52%43.53%-
HSV(B)342º36.76%53.33%-
XYZ15.8312.8313.95-
YUV102.66127.06151.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=42.11%
G=26.63%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368610100.370.260.4734222.5243.53
Hex8856650251A2F156172c
Octal21012614504532575262754
Binary100010001010110110010101001011101010111110101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885665; }

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

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

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

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

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

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

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

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