#8C5364

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

Shades of Cannon Pink #8C5364

Tints of Cannon Pink #8C5364

Color information

#8C5364 (or 0x8C5364) is unknown color: approx Cannon Pink. HEX triplet: 8C, 53 and 64. RGB value is (140,83,100). Sum of RGB (Red+Green+Blue) = 140+83+100=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5364 is #73AC9B. Grayscale: #656565. Windows color (decimal): -7580828 or 6574988. OLE color: 6574988.

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

Color convert

RGB14083100-
CMYK00.410.290.45
HSL342.11º25.56%43.73%-
HSV(B)342.11º40.71%54.9%-
XYZ16.2112.6813.65-
YUV101.98126.88155.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=43.34%
G=25.70%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408310000.410.290.45342.1125.5643.73
Hex8C53640291D2D1561a2c
Octal21412314405135555263254
Binary100011001010011110010001010011110110110110101011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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