#885572

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

Shades of Cannon Pink #885572

Tints of Cannon Pink #885572

Color information

#885572 (or 0x885572) is unknown color: approx Cannon Pink. HEX triplet: 88, 55 and 72. RGB value is (136,85,114). Sum of RGB (Red+Green+Blue) = 136+85+114=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #885572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885572 is #77AA8D. Grayscale: #676767. Windows color (decimal): -7842446 or 7493000. OLE color: 7493000.

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

Color convert

RGB13685114-
CMYK00.380.160.47
HSL325.88º23.08%43.33%-
HSV(B)325.88º37.5%53.33%-
XYZ16.4412.9517.55-
YUV103.56133.9151.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=40.60%
G=25.37%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368511400.380.160.47325.8823.0843.33
Hex885572026102F146172b
Octal21012516204620575062753
Binary100010001010101111001001001101000010111110100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885572; }

 p { color: rgb(136,85,114); }

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

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

 a { background-color: rgb(136,85,114); }

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

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

 span { border-color: rgb(136,85,114); }

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