#8C5166

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

Shades of Cannon Pink #8C5166

Tints of Cannon Pink #8C5166

Color information

#8C5166 (or 0x8C5166) is unknown color: approx Cannon Pink. HEX triplet: 8C, 51 and 66. RGB value is (140,81,102). Sum of RGB (Red+Green+Blue) = 140+81+102=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5166 is #73AE99. Grayscale: #656565. Windows color (decimal): -7581338 or 6705548. OLE color: 6705548.

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

Color convert

RGB14081102-
CMYK00.420.270.45
HSL338.64º26.7%43.33%-
HSV(B)338.64º42.14%54.9%-
XYZ16.1612.4214.12-
YUV101.04128.55155.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=43.34%
G=25.08%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408110200.420.270.45338.6426.743.33
Hex8C516602A1B2D1531b2b
Octal21412114605233555233353
Binary100011001010001110011001010101101110110110101001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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