#8C5266

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

Shades of Cannon Pink #8C5266

Tints of Cannon Pink #8C5266

Color information

#8C5266 (or 0x8C5266) is unknown color: approx Cannon Pink. HEX triplet: 8C, 52 and 66. RGB value is (140,82,102). Sum of RGB (Red+Green+Blue) = 140+82+102=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5266 is #73AD99. Grayscale: #656565. Windows color (decimal): -7581082 or 6705804. OLE color: 6705804.

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

Color convert

RGB14082102-
CMYK00.410.270.45
HSL339.31º26.13%43.53%-
HSV(B)339.31º41.43%54.9%-
XYZ16.2312.5714.14-
YUV101.62128.22155.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=43.21%
G=25.31%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408210200.410.270.45339.3126.1343.53
Hex8C52660291B2D1531a2c
Octal21412214605133555233254
Binary100011001010010110011001010011101110110110101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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