#8C5367

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

Shades of Cannon Pink #8C5367

Tints of Cannon Pink #8C5367

Color information

#8C5367 (or 0x8C5367) is unknown color: approx Cannon Pink. HEX triplet: 8C, 53 and 67. RGB value is (140,83,103). Sum of RGB (Red+Green+Blue) = 140+83+103=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5367 is #73AC98. Grayscale: #666666. Windows color (decimal): -7580825 or 6771596. OLE color: 6771596.

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

Color convert

RGB14083103-
CMYK00.410.260.45
HSL338.95º25.56%43.73%-
HSV(B)338.95º40.71%54.9%-
XYZ16.3612.7414.43-
YUV102.32128.38154.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=42.94%
G=25.46%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408310300.410.260.45338.9525.5643.73
Hex8C53670291A2D1531a2c
Octal21412314705132555233254
Binary100011001010011110011101010011101010110110101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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