#885360

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

Shades of Cannon Pink #885360

Tints of Cannon Pink #885360

Color information

#885360 (or 0x885360) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 60. RGB value is (136,83,96). Sum of RGB (Red+Green+Blue) = 136+83+96=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #885360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885360 is #77AC9F. Grayscale: #646464. Windows color (decimal): -7842976 or 6312840. OLE color: 6312840.

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

Color convert

RGB1368396-
CMYK00.390.290.47
HSL345.28º24.2%42.94%-
HSV(B)345.28º38.97%53.33%-
XYZ15.3612.2712.62-
YUV100.33125.56153.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=43.17%
G=26.35%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136839600.390.290.47345.2824.242.94
Hex8853600271D2F159182b
Octal21012314004735575313053
Binary100010001010011110000001001111110110111110101100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885360; }

 p { color: rgb(136,83,96); }

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

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

 a { background-color: rgb(136,83,96); }

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

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

 span { border-color: rgb(136,83,96); }

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