#8C456C

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

Shades of Cannon Pink #8C456C

Tints of Cannon Pink #8C456C

Color information

#8C456C (or 0x8C456C) is unknown color: approx Cannon Pink. HEX triplet: 8C, 45 and 6C. RGB value is (140,69,108). Sum of RGB (Red+Green+Blue) = 140+69+108=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C456C is #73BA93. Grayscale: #5E5E5E. Windows color (decimal): -7584404 or 7095692. OLE color: 7095692.

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

Color convert

RGB14069108-
CMYK00.510.230.45
HSL327.04º33.97%40.98%-
HSV(B)327.04º50.71%54.9%-
XYZ15.6510.9115.47-
YUV94.68135.52160.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=44.16%
G=21.77%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406910800.510.230.45327.0433.9740.98
Hex8C456C033172D1472229
Octal21410515406327555074251
Binary1000110010001011101100011001110111101101101000111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,108); }

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

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

 a { background-color: rgb(140,69,108); }

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

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

 span { border-color: rgb(140,69,108); }

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