#8C5764

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

Shades of Cannon Pink #8C5764

Tints of Cannon Pink #8C5764

Color information

#8C5764 (or 0x8C5764) is unknown color: approx Cannon Pink. HEX triplet: 8C, 57 and 64. RGB value is (140,87,100). Sum of RGB (Red+Green+Blue) = 140+87+100=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5764 is #73A89B. Grayscale: #686868. Windows color (decimal): -7579804 or 6576012. OLE color: 6576012.

HSL color Cylindrical-coordinate representation of color #8C5764: hue angle of 345.28º 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 #8C5764 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB14087100-
CMYK00.380.290.45
HSL345.28º23.35%44.51%-
HSV(B)345.28º37.86%54.9%-
XYZ16.5213.3113.76-
YUV104.33125.56153.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 100 (39.45% from 255) = 30.58%
R=42.81%
G=26.61%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408710000.380.290.45345.2823.3544.51
Hex8C57640261D2D159172d
Octal21412714404635555312755
Binary100011001010111110010001001101110110110110101100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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