#8C5967

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

Shades of Cannon Pink #8C5967

Tints of Cannon Pink #8C5967

Color information

#8C5967 (or 0x8C5967) is unknown color: approx Cannon Pink. HEX triplet: 8C, 59 and 67. RGB value is (140,89,103). Sum of RGB (Red+Green+Blue) = 140+89+103=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5967 is #73A698. Grayscale: #696969. Windows color (decimal): -7579289 or 6773132. OLE color: 6773132.

HSL color Cylindrical-coordinate representation of color #8C5967: hue angle of 343.53º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5967 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB14089103-
CMYK00.360.260.45
HSL343.53º22.27%44.9%-
HSV(B)343.53º36.43%54.9%-
XYZ16.8413.714.59-
YUV105.84126.4152.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.17%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=42.17%
G=26.81%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408910300.360.260.45343.5322.2744.9
Hex8C59670241A2D158162d
Octal21413114704432555302655
Binary100011001011001110011101001001101010110110101100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,89,103); }

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

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

 a { background-color: rgb(140,89,103); }

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

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

 span { border-color: rgb(140,89,103); }

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