#885361

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

Shades of Cannon Pink #885361

Tints of Cannon Pink #885361

Color information

#885361 (or 0x885361) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 61. RGB value is (136,83,97). Sum of RGB (Red+Green+Blue) = 136+83+97=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #885361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885361 is #77AC9E. Grayscale: #646464. Windows color (decimal): -7842975 or 6378376. OLE color: 6378376.

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

Color convert

RGB1368397-
CMYK00.390.290.47
HSL344.15º24.2%42.94%-
HSV(B)344.15º38.97%53.33%-
XYZ15.412.2812.87-
YUV100.44126.06153.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=43.04%
G=26.27%
B=30.70%

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
Decimal136839700.390.290.47344.1524.242.94
Hex8853610271D2F158182b
Octal21012314104735575303053
Binary100010001010011110000101001111110110111110101100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885361; }

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

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

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

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

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

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

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

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