#8C5768

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

Shades of Cannon Pink #8C5768

Tints of Cannon Pink #8C5768

Color information

#8C5768 (or 0x8C5768) is unknown color: approx Cannon Pink. HEX triplet: 8C, 57 and 68. RGB value is (140,87,104). Sum of RGB (Red+Green+Blue) = 140+87+104=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5768 is #73A897. Grayscale: #686868. Windows color (decimal): -7579800 or 6838156. OLE color: 6838156.

HSL color Cylindrical-coordinate representation of color #8C5768: hue angle of 340.75º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C5768 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB14087104-
CMYK00.380.260.45
HSL340.75º23.35%44.51%-
HSV(B)340.75º37.86%54.9%-
XYZ16.7213.3914.8-
YUV104.78127.56153.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=42.30%
G=26.28%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408710400.380.260.45340.7523.3544.51
Hex8C57680261A2D155172d
Octal21412715004632555252755
Binary100011001010111110100001001101101010110110101010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,104); }

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

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

 a { background-color: rgb(140,87,104); }

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

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

 span { border-color: rgb(140,87,104); }

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