#8C5663

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

Shades of Cannon Pink #8C5663

Tints of Cannon Pink #8C5663

Color information

#8C5663 (or 0x8C5663) is unknown color: approx Cannon Pink. HEX triplet: 8C, 56 and 63. RGB value is (140,86,99). Sum of RGB (Red+Green+Blue) = 140+86+99=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5663 is #73A99C. Grayscale: #676767. Windows color (decimal): -7580061 or 6510220. OLE color: 6510220.

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

Color convert

RGB1408699-
CMYK00.390.290.45
HSL345.56º23.89%44.31%-
HSV(B)345.56º38.57%54.9%-
XYZ16.413.1313.47-
YUV103.63125.39153.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.08%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=43.08%
G=26.46%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140869900.390.290.45345.5623.8944.31
Hex8C56630271D2D15a182c
Octal21412614304735555323054
Binary100011001010110110001101001111110110110110101101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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