#8C4E66

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

Shades of Cannon Pink #8C4E66

Tints of Cannon Pink #8C4E66

Color information

#8C4E66 (or 0x8C4E66) is unknown color: approx Cannon Pink. HEX triplet: 8C, 4E and 66. RGB value is (140,78,102). Sum of RGB (Red+Green+Blue) = 140+78+102=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4E66 is #73B199. Grayscale: #636363. Windows color (decimal): -7582106 or 6704780. OLE color: 6704780.

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

Color convert

RGB14078102-
CMYK00.440.270.45
HSL336.77º28.44%42.75%-
HSV(B)336.77º44.29%54.9%-
XYZ15.9411.9814.04-
YUV99.27129.54157.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.75%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=43.75%
G=24.38%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407810200.440.270.45336.7728.4442.75
Hex8C4E6602C1B2D1511c2b
Octal21411614605433555213453
Binary100011001001110110011001011001101110110110101000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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