#885364

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

Shades of Cannon Pink #885364

Tints of Cannon Pink #885364

Color information

#885364 (or 0x885364) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 64. RGB value is (136,83,100). Sum of RGB (Red+Green+Blue) = 136+83+100=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885364 is #77AC9B. Grayscale: #646464. Windows color (decimal): -7842972 or 6574984. OLE color: 6574984.

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

Color convert

RGB13683100-
CMYK00.390.260.47
HSL340.75º24.2%42.94%-
HSV(B)340.75º38.97%53.33%-
XYZ15.5512.3413.62-
YUV100.78127.56153.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=42.63%
G=26.02%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368310000.390.260.47340.7524.242.94
Hex8853640271A2F155182b
Octal21012314404732575253053
Binary100010001010011110010001001111101010111110101010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885364; }

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

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

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

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

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

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

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

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