#885967

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

Shades of Cannon Pink #885967

Tints of Cannon Pink #885967

Color information

#885967 (or 0x885967) is unknown color: approx Cannon Pink. HEX triplet: 88, 59 and 67. RGB value is (136,89,103). Sum of RGB (Red+Green+Blue) = 136+89+103=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #885967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885967 is #77A698. Grayscale: #686868. Windows color (decimal): -7841433 or 6773128. OLE color: 6773128.

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

Color convert

RGB13689103-
CMYK00.350.240.47
HSL342.13º20.89%44.12%-
HSV(B)342.13º34.56%53.33%-
XYZ16.1713.3614.56-
YUV104.65127.07150.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=41.46%
G=27.13%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368910300.350.240.47342.1320.8944.12
Hex885967023182F156152c
Octal21013114704330575262554
Binary100010001011001110011101000111100010111110101011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885967; }

 p { color: rgb(136,89,103); }

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

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

 a { background-color: rgb(136,89,103); }

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

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

 span { border-color: rgb(136,89,103); }

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