#8C5966

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

Shades of Cannon Pink #8C5966

Tints of Cannon Pink #8C5966

Color information

#8C5966 (or 0x8C5966) is unknown color: approx Cannon Pink. HEX triplet: 8C, 59 and 66. RGB value is (140,89,102). Sum of RGB (Red+Green+Blue) = 140+89+102=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5966 is #73A699. Grayscale: #696969. Windows color (decimal): -7579290 or 6707596. OLE color: 6707596.

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

Color convert

RGB14089102-
CMYK00.360.270.45
HSL344.71º22.27%44.9%-
HSV(B)344.71º36.43%54.9%-
XYZ16.7913.6814.33-
YUV105.73125.9152.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=42.30%
G=26.89%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408910200.360.270.45344.7122.2744.9
Hex8C59660241B2D159162d
Octal21413114604433555312655
Binary100011001011001110011001001001101110110110101100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,89,102); }

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

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

 a { background-color: rgb(140,89,102); }

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

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

 span { border-color: rgb(140,89,102); }

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