#885561

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

Shades of Cannon Pink #885561

Tints of Cannon Pink #885561

Color information

#885561 (or 0x885561) is unknown color: approx Cannon Pink. HEX triplet: 88, 55 and 61. RGB value is (136,85,97). Sum of RGB (Red+Green+Blue) = 136+85+97=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885561 is #77AA9E. Grayscale: #656565. Windows color (decimal): -7842463 or 6378888. OLE color: 6378888.

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

Color convert

RGB1368597-
CMYK00.380.290.47
HSL345.88º23.08%43.33%-
HSV(B)345.88º37.5%53.33%-
XYZ15.5612.5912.92-
YUV101.62125.4152.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=42.77%
G=26.73%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136859700.380.290.47345.8823.0843.33
Hex8855610261D2F15a172b
Octal21012514104635575322753
Binary100010001010101110000101001101110110111110101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885561; }

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

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

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

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

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

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

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

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