#8C566A

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

Shades of Cannon Pink #8C566A

Tints of Cannon Pink #8C566A

Color information

#8C566A (or 0x8C566A) is unknown color: approx Cannon Pink. HEX triplet: 8C, 56 and 6A. RGB value is (140,86,106). Sum of RGB (Red+Green+Blue) = 140+86+106=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C566A is #73A995. Grayscale: #686868. Windows color (decimal): -7580054 or 6968972. OLE color: 6968972.

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

Color convert

RGB14086106-
CMYK00.390.240.45
HSL337.78º23.89%44.31%-
HSV(B)337.78º38.57%54.9%-
XYZ16.7413.2715.31-
YUV104.43128.89153.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.17%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=42.17%
G=25.90%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408610600.390.240.45337.7823.8944.31
Hex8C566A027182D152182c
Octal21412615204730555223054
Binary100011001010110110101001001111100010110110101001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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