#8C5662

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

Shades of Cannon Pink #8C5662

Tints of Cannon Pink #8C5662

Color information

#8C5662 (or 0x8C5662) is unknown color: approx Cannon Pink. HEX triplet: 8C, 56 and 62. RGB value is (140,86,98). Sum of RGB (Red+Green+Blue) = 140+86+98=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5662 is #73A99D. Grayscale: #676767. Windows color (decimal): -7580062 or 6444684. OLE color: 6444684.

HSL color Cylindrical-coordinate representation of color #8C5662: hue angle of 346.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5662 is Cyan = 0, Magento = 0.39, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB1408698-
CMYK00.390.30.45
HSL346.67º23.89%44.31%-
HSV(B)346.67º38.57%54.9%-
XYZ16.3513.1113.22-
YUV103.51124.89154.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=43.21%
G=26.54%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140869800.390.30.45346.6723.8944.31
Hex8C56620271E2D15b182c
Octal21412614204736555333054
Binary100011001010110110001001001111111010110110101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C5662; }

 p { color: rgb(140,86,98); }

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

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

 a { background-color: rgb(140,86,98); }

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

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

 span { border-color: rgb(140,86,98); }

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