#8C546B

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

Shades of Cannon Pink #8C546B

Tints of Cannon Pink #8C546B

Color information

#8C546B (or 0x8C546B) is unknown color: approx Cannon Pink. HEX triplet: 8C, 54 and 6B. RGB value is (140,84,107). Sum of RGB (Red+Green+Blue) = 140+84+107=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C546B is #73AB94. Grayscale: #676767. Windows color (decimal): -7580565 or 7033996. OLE color: 7033996.

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

Color convert

RGB14084107-
CMYK00.40.240.45
HSL335.36º25%43.92%-
HSV(B)335.36º40%54.9%-
XYZ16.6412.9815.54-
YUV103.37130.05154.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=42.30%
G=25.38%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408410700.40.240.45335.362543.92
Hex8C546B028182D14f192c
Octal21412415305030555173154
Binary100011001010100110101101010001100010110110100111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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