#88566E

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

Shades of Cannon Pink #88566E

Tints of Cannon Pink #88566E

Color information

#88566E (or 0x88566E) is unknown color: approx Cannon Pink. HEX triplet: 88, 56 and 6E. RGB value is (136,86,110). Sum of RGB (Red+Green+Blue) = 136+86+110=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88566E is #77A991. Grayscale: #676767. Windows color (decimal): -7842194 or 7231112. OLE color: 7231112.

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

Color convert

RGB13686110-
CMYK00.370.190.47
HSL331.2º22.52%43.53%-
HSV(B)331.2º36.76%53.33%-
XYZ16.313.0216.41-
YUV103.69131.56151.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=40.96%
G=25.90%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368611000.370.190.47331.222.5243.53
Hex88566E025132F14b172c
Octal21012615604523575132754
Binary100010001010110110111001001011001110111110100101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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