#8C546F

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

Shades of Cannon Pink #8C546F

Tints of Cannon Pink #8C546F

Color information

#8C546F (or 0x8C546F) is unknown color: approx Cannon Pink. HEX triplet: 8C, 54 and 6F. RGB value is (140,84,111). Sum of RGB (Red+Green+Blue) = 140+84+111=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C546F is #73AB90. Grayscale: #676767. Windows color (decimal): -7580561 or 7296140. OLE color: 7296140.

HSL color Cylindrical-coordinate representation of color #8C546F: hue angle of 331.07º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C546F is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14084111-
CMYK00.40.210.45
HSL331.07º25%43.92%-
HSV(B)331.07º40%54.9%-
XYZ16.8513.0616.67-
YUV103.82132.05153.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=41.79%
G=25.07%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408411100.40.210.45331.072543.92
Hex8C546F028152D14b192c
Octal21412415705025555133154
Binary100011001010100110111101010001010110110110100101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,84,111); }

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

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

 a { background-color: rgb(140,84,111); }

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

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

 span { border-color: rgb(140,84,111); }

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