#885762

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

Shades of Cannon Pink #885762

Tints of Cannon Pink #885762

Color information

#885762 (or 0x885762) is unknown color: approx Cannon Pink. HEX triplet: 88, 57 and 62. RGB value is (136,87,98). Sum of RGB (Red+Green+Blue) = 136+87+98=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #885762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885762 is #77A89D. Grayscale: #666666. Windows color (decimal): -7841950 or 6444936. OLE color: 6444936.

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

Color convert

RGB1368798-
CMYK00.360.280.47
HSL346.53º21.97%43.73%-
HSV(B)346.53º36.03%53.33%-
XYZ15.7712.9313.22-
YUV102.9125.23151.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=42.37%
G=27.10%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136879800.360.280.47346.5321.9743.73
Hex8857620241C2F15b162c
Octal21012714204434575332654
Binary100010001010111110001001001001110010111110101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885762; }

 p { color: rgb(136,87,98); }

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

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

 a { background-color: rgb(136,87,98); }

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

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

 span { border-color: rgb(136,87,98); }

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