#8C4669

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

Shades of Cannon Pink #8C4669

Tints of Cannon Pink #8C4669

Color information

#8C4669 (or 0x8C4669) is unknown color: approx Cannon Pink. HEX triplet: 8C, 46 and 69. RGB value is (140,70,105). Sum of RGB (Red+Green+Blue) = 140+70+105=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4669 is #73B996. Grayscale: #5E5E5E. Windows color (decimal): -7584151 or 6899340. OLE color: 6899340.

HSL color Cylindrical-coordinate representation of color #8C4669: hue angle of 330º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C4669 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB14070105-
CMYK00.500.250.45
HSL330º33.33%41.18%-
HSV(B)330º50%54.9%-
XYZ15.5610.9814.66-
YUV94.92133.69160.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407010500.500.250.4533033.3341.18
Hex8C4669032192D14a2129
Octal21410615106231555124151
Binary1000110010001101101001011001011001101101101001010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,105); }

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

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

 a { background-color: rgb(140,70,105); }

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

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

 span { border-color: rgb(140,70,105); }

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