#8C5370

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

Shades of Cannon Pink #8C5370

Tints of Cannon Pink #8C5370

Color information

#8C5370 (or 0x8C5370) is unknown color: approx Cannon Pink. HEX triplet: 8C, 53 and 70. RGB value is (140,83,112). Sum of RGB (Red+Green+Blue) = 140+83+112=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5370 is #73AC8F. Grayscale: #676767. Windows color (decimal): -7580816 or 7361420. OLE color: 7361420.

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

Color convert

RGB14083112-
CMYK00.410.200.45
HSL329.47º25.56%43.73%-
HSV(B)329.47º40.71%54.9%-
XYZ16.8312.9316.94-
YUV103.35132.88154.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=41.79%
G=24.78%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408311200.410.200.45329.4725.5643.73
Hex8C5370029142D1491a2c
Octal21412316005124555113254
Binary100011001010011111000001010011010010110110100100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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