#88566B

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

Shades of Cannon Pink #88566B

Tints of Cannon Pink #88566B

Color information

#88566B (or 0x88566B) is unknown color: approx Cannon Pink. HEX triplet: 88, 56 and 6B. RGB value is (136,86,107). Sum of RGB (Red+Green+Blue) = 136+86+107=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88566B is #77A994. Grayscale: #676767. Windows color (decimal): -7842197 or 7034504. OLE color: 7034504.

HSL color Cylindrical-coordinate representation of color #88566B: hue angle of 334.8º 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 #88566B is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13686107-
CMYK00.370.210.47
HSL334.8º22.52%43.53%-
HSV(B)334.8º36.76%53.33%-
XYZ16.1312.9515.56-
YUV103.34130.06151.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=41.34%
G=26.14%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368610700.370.210.47334.822.5243.53
Hex88566B025152F14f172c
Octal21012615304525575172754
Binary100010001010110110101101001011010110111110100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88566B; }

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

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

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

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

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

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

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

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