#8C5672

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

Shades of Cannon Pink #8C5672

Tints of Cannon Pink #8C5672

Color information

#8C5672 (or 0x8C5672) is unknown color: approx Cannon Pink. HEX triplet: 8C, 56 and 72. RGB value is (140,86,114). Sum of RGB (Red+Green+Blue) = 140+86+114=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5672 is #73A98D. Grayscale: #696969. Windows color (decimal): -7580046 or 7493260. OLE color: 7493260.

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

Color convert

RGB14086114-
CMYK00.390.190.45
HSL328.89º23.89%44.31%-
HSV(B)328.89º38.57%54.9%-
XYZ17.1813.4517.61-
YUV105.34132.89152.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=41.18%
G=25.29%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408611400.390.190.45328.8923.8944.31
Hex8C5672027132D149182c
Octal21412616204723555113054
Binary100011001010110111001001001111001110110110100100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,86,114); }

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

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

 a { background-color: rgb(140,86,114); }

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

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

 span { border-color: rgb(140,86,114); }

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