#8C5167

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

Shades of Cannon Pink #8C5167

Tints of Cannon Pink #8C5167

Color information

#8C5167 (or 0x8C5167) is unknown color: approx Cannon Pink. HEX triplet: 8C, 51 and 67. RGB value is (140,81,103). Sum of RGB (Red+Green+Blue) = 140+81+103=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5167 is #73AE98. Grayscale: #656565. Windows color (decimal): -7581337 or 6771084. OLE color: 6771084.

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

Color convert

RGB14081103-
CMYK00.420.260.45
HSL337.63º26.7%43.33%-
HSV(B)337.63º42.14%54.9%-
XYZ16.2112.4414.38-
YUV101.15129.05155.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=43.21%
G=25%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408110300.420.260.45337.6326.743.33
Hex8C516702A1A2D1521b2b
Octal21412114705232555223353
Binary100011001010001110011101010101101010110110101001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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