#885570

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

Shades of Cannon Pink #885570

Tints of Cannon Pink #885570

Color information

#885570 (or 0x885570) is unknown color: approx Cannon Pink. HEX triplet: 88, 55 and 70. RGB value is (136,85,112). Sum of RGB (Red+Green+Blue) = 136+85+112=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #885570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885570 is #77AA8F. Grayscale: #676767. Windows color (decimal): -7842448 or 7361928. OLE color: 7361928.

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

Color convert

RGB13685112-
CMYK00.380.180.47
HSL328.24º23.08%43.33%-
HSV(B)328.24º37.5%53.33%-
XYZ16.3312.916.96-
YUV103.33132.9151.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=40.84%
G=25.53%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368511200.380.180.47328.2423.0843.33
Hex885570026122F148172b
Octal21012516004622575102753
Binary100010001010101111000001001101001010111110100100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885570; }

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

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

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

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

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

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

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

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