#8C5174

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

Shades of Cannon Pink #8C5174

Tints of Cannon Pink #8C5174

Color information

#8C5174 (or 0x8C5174) is unknown color: approx Cannon Pink. HEX triplet: 8C, 51 and 74. RGB value is (140,81,116). Sum of RGB (Red+Green+Blue) = 140+81+116=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5174 is #73AE8B. Grayscale: #666666. Windows color (decimal): -7581324 or 7623052. OLE color: 7623052.

HSL color Cylindrical-coordinate representation of color #8C5174: hue angle of 324.41º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C5174 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB14081116-
CMYK00.420.170.45
HSL324.41º26.7%43.33%-
HSV(B)324.41º42.14%54.9%-
XYZ16.9112.7218.09-
YUV102.63135.55154.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=41.54%
G=24.04%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408111600.420.170.45324.4126.743.33
Hex8C517402A112D1441b2b
Octal21412116405221555043353
Binary100011001010001111010001010101000110110110100010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,81,116); }

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

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

 a { background-color: rgb(140,81,116); }

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

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

 span { border-color: rgb(140,81,116); }

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