#8C5661

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

Shades of Cannon Pink #8C5661

Tints of Cannon Pink #8C5661

Color information

#8C5661 (or 0x8C5661) is unknown color: approx Cannon Pink. HEX triplet: 8C, 56 and 61. RGB value is (140,86,97). Sum of RGB (Red+Green+Blue) = 140+86+97=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5661 is #73A99E. Grayscale: #676767. Windows color (decimal): -7580063 or 6379148. OLE color: 6379148.

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

Color convert

RGB1408697-
CMYK00.390.310.45
HSL347.78º23.89%44.31%-
HSV(B)347.78º38.57%54.9%-
XYZ16.313.0912.98-
YUV103.4124.39154.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=43.34%
G=26.63%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140869700.390.310.45347.7823.8944.31
Hex8C56610271F2D15c182c
Octal21412614104737555343054
Binary100011001010110110000101001111111110110110101110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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