#8C475C

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

Shades of Cannon Pink #8C475C

Tints of Cannon Pink #8C475C

Color information

#8C475C (or 0x8C475C) is unknown color: approx Cannon Pink. HEX triplet: 8C, 47 and 5C. RGB value is (140,71,92). Sum of RGB (Red+Green+Blue) = 140+71+92=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C475C is #73B8A3. Grayscale: #5E5E5E. Windows color (decimal): -7583908 or 6047628. OLE color: 6047628.

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

Color convert

RGB1407192-
CMYK00.490.340.45
HSL341.74º32.7%41.37%-
HSV(B)341.74º49.29%54.9%-
XYZ1510.8511.43-
YUV94.02126.86160.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=46.20%
G=23.43%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140719200.490.340.45341.7432.741.37
Hex8C475C031222D1562129
Octal21410713406142555264151
Binary10001100100011110111000110001100010101101101010110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,71,92); }

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

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

 a { background-color: rgb(140,71,92); }

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

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

 span { border-color: rgb(140,71,92); }

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