#8C4A66

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

Shades of Cannon Pink #8C4A66

Tints of Cannon Pink #8C4A66

Color information

#8C4A66 (or 0x8C4A66) is unknown color: approx Cannon Pink. HEX triplet: 8C, 4A and 66. RGB value is (140,74,102). Sum of RGB (Red+Green+Blue) = 140+74+102=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A66 is #73B599. Grayscale: #606060. Windows color (decimal): -7583130 or 6703756. OLE color: 6703756.

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

Color convert

RGB14074102-
CMYK00.470.270.45
HSL334.55º30.84%41.96%-
HSV(B)334.55º47.14%54.9%-
XYZ15.6611.4313.95-
YUV96.93130.87158.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=44.30%
G=23.42%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407410200.470.270.45334.5530.8441.96
Hex8C4A6602F1B2D14f1f2a
Octal21411214605733555173752
Binary100011001001010110011001011111101110110110100111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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