#8C566C

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

Shades of Cannon Pink #8C566C

Tints of Cannon Pink #8C566C

Color information

#8C566C (or 0x8C566C) is unknown color: approx Cannon Pink. HEX triplet: 8C, 56 and 6C. RGB value is (140,86,108). Sum of RGB (Red+Green+Blue) = 140+86+108=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C566C is #73A993. Grayscale: #686868. Windows color (decimal): -7580052 or 7100044. OLE color: 7100044.

HSL color Cylindrical-coordinate representation of color #8C566C: hue angle of 335.56º 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 #8C566C is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB14086108-
CMYK00.390.230.45
HSL335.56º23.89%44.31%-
HSV(B)335.56º38.57%54.9%-
XYZ16.8513.3115.87-
YUV104.65129.89153.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=41.92%
G=25.75%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408610800.390.230.45335.5623.8944.31
Hex8C566C027172D150182c
Octal21412615404727555203054
Binary100011001010110110110001001111011110110110101000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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